mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-19 08:52:15 +01:00
Fixed incorrect encoding of compiler log
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.
This commit is contained in:
parent
3f2635717a
commit
0b68856999
@ -1,2 +1,3 @@
|
||||
-Xms128M
|
||||
-Xmx512M
|
||||
-Dfile.encoding=UTF8
|
||||
|
Loading…
x
Reference in New Issue
Block a user