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

Add support for processing surrogate pairs in sequenced \uD800\uDC00 items #12

Open
harningt opened this issue Feb 8, 2011 · 1 comment

Comments

@harningt
Copy link
Owner

harningt commented Feb 8, 2011

Surrogate pairs as described in the title will be decomposed into a pair of 3-byte utf-8 encoded chunks that are technically invalid. These should be decomposed into a 4-byte utf-8 encoded value for the represented codepoint.

@mtdowling
Copy link

+1, this would be awesome.

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

No branches or pull requests

2 participants