-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node.js 4.2.0 encoding problems #3382
Comments
@lucky-libora Could you share an example code to reproduce the issue? |
@Fishrock123 yep, you are right. It is related bug and doesn't work correctly on Node 4.1.2 |
@lucky-libora please provide a test case. |
@seishun Send a non latin-1 character as a header to a node server then inspect the header. It's one-byte decoded and will show up as gibberish. |
@trevnorris it seems it's not the problem described in the issue. @lucky-libora is sending a request, not receiving one. |
In certain cases outgoing writes will be interpreted as binary, instead of utf8. there's an inconsistency that hasn't been addresses. Probably the cause of this. |
I made a request to vkontakte.ru api to send notification to user with Russian language text.
Notification was sent with text: "Denis ?@8a;0 B515 315"
My code works fine with Node 0.10.38, 0.12.7
The text was updated successfully, but these errors were encountered: