-
Notifications
You must be signed in to change notification settings - Fork 67
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
UTF8 values are not working. #30
Comments
self.sock.write(data, 'binary'); then the unicode string is broken. but self.sock.write(data, 'utf-8'); this is ok. |
This doesn't look like a good solution for me...
also sends headers and other binary data, that we don't want to be encoded to UTF8 |
Any update on this? |
Any update on this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need to check why Unicode notifications are not working and provide a fix/example.
The text was updated successfully, but these errors were encountered: