-
Notifications
You must be signed in to change notification settings - Fork 103
unescape UTF-8 literals in Java source code #729
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
Conversation
|
In rebasing this to |
|
All Java \u escapes have been removed,
|
|
Also it looks like our code is free of non-unicode chars (using https://gist.github.com/manics/4707338) |
|
Thanks, I hadn't actually noticed Insight's |
|
Builds fine. I think this is good to merge, unless the separate whitespace commit is a must instead of a "next time". |
|
Everything looks fine. Merging |
unescape UTF-8 literals in Java source code
No description provided.