Arduino: Incorrect encoding of compiler log for Korean!

Created on 20 Nov 2018  路  4Comments  路  Source: arduino/Arduino

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

Bug

All 4 comments

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

image

@hanj-kim Yeah~ It works. Thank you

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.

@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

Was this page helpful?
0 / 5 - 0 ratings