From f9a13e864c9226ea2a1f314c2a0581bc1c7b05eb Mon Sep 17 00:00:00 2001 From: Colin Surprenant Date: Fri, 1 Sep 2017 16:36:45 -0400 Subject: [PATCH] set JVM to UTF-8 by default --- bin/setup.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/setup.bat b/bin/setup.bat index 6d336f0b945..4e99618093a 100644 --- a/bin/setup.bat +++ b/bin/setup.bat @@ -33,7 +33,7 @@ IF NOT "%JAVA_OPTS%" == "" ( goto opts_defined ) - SET JAVA_OPTS=%JAVA_OPTS% -Xmx%LS_HEAP_SIZE% + SET JAVA_OPTS=%JAVA_OPTS% -Dfile.encoding=UTF-8 -Xmx%LS_HEAP_SIZE% REM Enable aggressive optimizations in the JVM REM - Disabled by default as it might cause the JVM to crash