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

Unicode surrogate parsing was fixed. #53

Conversation

svetlyak40wt
Copy link
Contributor

@svetlyak40wt svetlyak40wt commented Apr 4, 2018

Previously, jonathan considered the length of escaped surrogate pair is 11, but actually it is 10.
Because of this error, jonathan eat the character followed the surrogate pair or raised an error if
there is another surrogate pair goes right after the first one.

This pull fixes issue #52
Also, it includes pull #37

Previously, jonathan considered the length of escaped surrogate pair is 11, but actually it is 10.
Because of this error, jonathan eat the character followed the surrogate pair or raised an error if
there is another surrogate pair goes right after the first one.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 71.186% when pulling 68ebf44 on svetlyak40wt:fix-unicode-surrogate-parsing into 19ecf3e on Rudolph-Miller:master.

@svetlyak40wt
Copy link
Contributor Author

@rudolph-miller how about merging this pull?

@svetlyak40wt
Copy link
Contributor Author

@rudolph-miller any news?

@rudolph-miller
Copy link
Owner

Thanks! :octocat:

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

3 participants