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 character skipping after a surrogate pair #146

Merged
merged 1 commit into from
Nov 14, 2015

Conversation

robertmrk
Copy link
Contributor

In a string the first character following a surrogate pair is skipped by the
lexer, but the rest of the string is parsed as usual.

In a string the first character following a surrogate pair is skipped by the
lexer, but the rest of the string is parsed as usual.
nlohmann added a commit that referenced this pull request Nov 14, 2015
Fix character skipping after a surrogate pair
@nlohmann nlohmann merged commit c013223 into nlohmann:master Nov 14, 2015
@nlohmann
Copy link
Owner

Thanks a lot!!

@robertmrk robertmrk deleted the surrogate-pair-parsing-fix branch November 18, 2015 16:10
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.

2 participants