Skip to content
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

Fix encoding and decoding of non-BMP characters #27

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

chaitanyagupta
Copy link

This PR corrects handling of unicode characters not in the basic multilingual plane. The JSON spec requires these to be split into surrogate pairs.

@chaitanyagupta
Copy link
Author

Just noticed that there are two other PRs which implement the encoding bit. This one, however, is the only one that does both encoding and decoding, and also includes tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant