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

Incorrect encoding of compiler log for Korean! #8212

Closed
BrightLin opened this issue Nov 20, 2018 · 4 comments · Fixed by #8289
Closed

Incorrect encoding of compiler log for Korean! #8212

BrightLin opened this issue Nov 20, 2018 · 4 comments · Fixed by #8289
Assignees

Comments

@BrightLin
Copy link

Step:

  • PC language: Simplified Chinese.
  • Installed Korean font support.
  • Arduino IDE language: Korean.
  • Verify!

Issue:

  • unknown chars at compiler log window like "???? ???? ?? ?? 444 ???(1%)? ??. ?? 32256 ???."

Please see the following images. Thanks.

2
1
3

@hanj-kim
Copy link

hanj-kim commented Nov 20, 2018

would you add -Dfile.encoding=UTF8 in arduino.l4j.ini or arduino_debug.i4j.ini file ?

image

@BrightLin
Copy link
Author

@hanj-kim Yeah~ It works. Thank you

@feikname
Copy link
Contributor

Is there any possible issue with having this option as default? If not, I'd like to suggest to add it to launch parameters of the next version.

@hanj-kim
Copy link

@feikname probably no problem with having this option. Arduino IDE / compiler use UTF 8, there are no problem that change encoding to UTF8 Arduino IDE use UTF8

gvarisco pushed a commit that referenced this issue Dec 11, 2018
This commit fixes #8212 by passing '-Dfile.encoding=UTF8' to the
arduino.l4j.ini file (windows launcher).

This property define the file encoding that is required.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants