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

[minor][Windows] output with Unicode support #1595

Closed
ghost opened this issue Aug 23, 2017 · 1 comment
Closed

[minor][Windows] output with Unicode support #1595

ghost opened this issue Aug 23, 2017 · 1 comment
Labels
Milestone

Comments

@ghost
Copy link

ghost commented Aug 23, 2017

apktool.bat

from:

java "-Duser.language=en" -jar "%~dp0\apktool.jar" %*

to:

chcp 65001 2>nul >nul
java "-Duser.language=en" -jar "%~dp0\apktool.jar" %*

it will allow Unicode characters to be shown correctly across the entire run of the tool (not just for the author's name part..

Ps. optionally add -Dfile.encoding=UTF8 for Java output-pipe.

reference

@iBotPeaches
Copy link
Owner

Thanks! I'll give this a test when I'm in front of my Windows computer and get this added.

@iBotPeaches iBotPeaches added this to the 2.2.5 milestone Aug 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant