-
Notifications
You must be signed in to change notification settings - Fork 115
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
Incorrect encoding/decoding #8
Comments
Found because my socket.io-client-swift's unicode messages are exploding inside of https://github.com/Automattic/engine.io-parser/blob/master/lib/index.js#L157 |
Looking more closely, I believe this might be a problem with engine.io-parser |
https://mothereff.in/utf-8#%CF%80 I don’t see a problem here. Please post a link to the engine.io-parser issue once you’ve filed it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe I'm crazy but when doing
> <Buffer c3 8f c2 80>
When I believe the correct encoding should be
<Buffer cf 80>
As Swift shows
The text was updated successfully, but these errors were encountered: