-
Notifications
You must be signed in to change notification settings - Fork 72
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
Handle UTF-16 surrogate pairs in WAJsonParser #1341
Conversation
repository/Seaside-Tests-JSON.package/WAJsonParserTest.class/instance/testNonBmpCodePoints.st
Outdated
Show resolved
Hide resolved
repository/Seaside-Tests-JSON.package/WAJsonParserTest.class/instance/testNonBmpCodePoints.st
Outdated
Show resolved
Hide resolved
…here a lowSurrogate value would be the first surrogate in the string
@marschall I added a testcase and also fixed the case where a low surrogate would be passed as the first (or only one) of the pair. See c1d311e |
Thanks a lot. I changed the formatting and structure a little so that it is a bit easier to understand for me. I hope you concur. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Looks good to go.
Fixes #1340