We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is basically an issue-ification of the following TODO as found in the source code:
TODO
// TODO: Handle native utf8 characters, this code assumes ASCII input
Currently, jsonparse will turn non-ASCII UTF-8 chars into garbage.
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
https://github.com/sockjs/sockjs-client/blob/master/tests/html/src/tests.coffee#L60 and https://github.com/sockjs/sockjs-client/blob/master/tests/html/src/tests.coffee#L217 as testcases would be great
No branches or pull requests
This is basically an issue-ification of the following
TODO
as found in the source code:Currently, jsonparse will turn non-ASCII UTF-8 chars into garbage.
The text was updated successfully, but these errors were encountered: