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

UTF-8 encoded strings #121

Closed
saprophagist opened this issue Dec 25, 2020 · 1 comment
Closed

UTF-8 encoded strings #121

saprophagist opened this issue Dec 25, 2020 · 1 comment

Comments

@saprophagist
Copy link

While obfuscating UTF-8 encoded Turkish characters are corrupted. When running manually "-Dfile.encoding=UTF-8" parameter works. Is there a way to handle this issue?

@lasselindqvist
Copy link
Collaborator

Hi. The Proguard is run in a forked JVM (

) and all general JVM arguments are not passed on ( ). Should be relatively easy to include propagating this parameter by reading it with System.getProperty and passing it on.

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