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

Bug: Quoting logic does not work for some Unicode code points #527

Closed
remkop opened this issue Oct 23, 2018 · 0 comments
Closed

Bug: Quoting logic does not work for some Unicode code points #527

remkop opened this issue Oct 23, 2018 · 0 comments
Milestone

Comments

@remkop
Copy link
Owner

remkop commented Oct 23, 2018

Instead of looping over the chars in a String, the logic should loop over code points.
See https://wiki.sei.cmu.edu/confluence/display/java/STR01-J.+Do+not+assume+that+a+Java+char+fully+represents+a+Unicode+code+point for reference.

@remkop remkop added this to the 3.8 milestone Oct 23, 2018
@remkop remkop closed this as completed in 0fe496f Oct 23, 2018
@remkop remkop modified the milestones: 4.1, 3.8 Nov 10, 2018
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

1 participant