Skip to content

Commit

Permalink
set JVM to UTF-8 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
colinsurprenant committed Sep 1, 2017
1 parent 2d33ec0 commit f9a13e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9a13e8

Please sign in to comment.