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 shouldn't be converted #165

Closed
Xu-Stefan opened this issue Jan 15, 2020 · 4 comments
Closed

Unicode shouldn't be converted #165

Xu-Stefan opened this issue Jan 15, 2020 · 4 comments

Comments

@Xu-Stefan
Copy link

Before format:
String str = '[\u0000-\u001f]|[\u007f]'

After format:
String str = '[�-�]|[�]'

this is not right. And this will make the changes of the file cannot be preview in the git.

@dangmai
Copy link
Owner

dangmai commented Jan 15, 2020

Hi, thank you for the bug report. You're right, it shouldn't transform it that way - I'll fix this soon.

@dangmai
Copy link
Owner

dangmai commented Jan 28, 2020

This has been fixed in master and will be included in the next release.

Thanks again for the bug report!

@dangmai
Copy link
Owner

dangmai commented Feb 3, 2020

Hi, 1.2.0 is out and contains the fix for this.

@Xu-Stefan
Copy link
Author

Thanks.

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

No branches or pull requests

2 participants