force encoding to UTF8

- pulled from #1277
This commit is contained in:
Connor Tumbleson 2016-08-06 08:03:04 -04:00
parent 567907b187
commit 0e0f8b0dee
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ javaOpts=""
# line and adjust the value accordingly. Use "java -X" for a list of options
# you can pass here.
#
javaOpts="-Xmx512M"
javaOpts="-Xmx512M -Dfile.encoding=utf-8"
# Alternatively, this will extract any parameter "-Jxxx" from the command line
# and pass them to Java (instead of to dx). This makes it possible for you to

View File

@ -53,7 +53,7 @@ javaOpts=""
# line and adjust the value accordingly. Use "java -X" for a list of options
# you can pass here.
#
javaOpts="-Xmx512M"
javaOpts="-Xmx512M -Dfile.encoding=utf-8"
# Alternatively, this will extract any parameter "-Jxxx" from the command line
# and pass them to Java (instead of to dx). This makes it possible for you to