1
0
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:
Gianluca Varisco 2018-12-11 13:49:58 +01:00
parent 3f2635717a
commit 0b68856999

View File

@ -1,2 +1,3 @@
-Xms128M
-Xmx512M
-Dfile.encoding=UTF8