-
Notifications
You must be signed in to change notification settings - Fork 70
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
The Chinese characters in the printout information are displayed as garbled characters #45
Comments
Mobitool output is UTF-8. The problem may be with Windows console improperly displaying UTF-8 characters. |
This is expected. Filenames in windows are encoded with UTF-16. If you change console encoding to UTF-8 the filenames will be garbled. |
谢谢!That really works in this particular case. But I am a bit worried about applying this workaround as a general solution. |
64-bit Simplified Chinese version
The text was updated successfully, but these errors were encountered: