diff --git a/installer/deb/ipk/filebot.sh b/installer/deb/ipk/filebot.sh index 3d4876e7..55ad6112 100644 --- a/installer/deb/ipk/filebot.sh +++ b/installer/deb/ipk/filebot.sh @@ -7,8 +7,8 @@ if [ -z "$USER" ]; then fi # force JVM language and encoding settings -export LANG="en_US.UTF-8" -export LC_ALL="en_US.UTF-8" +export LANG="C.UTF-8" +export LC_ALL="C.UTF-8" # add APP_ROOT to LD_LIBRARY_PATH if [ ! -z "$LD_LIBRARY_PATH" ]; then diff --git a/installer/portable/filebot.sh b/installer/portable/filebot.sh index 6d42b6d1..7e1b88cf 100644 --- a/installer/portable/filebot.sh +++ b/installer/portable/filebot.sh @@ -29,8 +29,8 @@ if [ -z "$USER" ]; then fi # force JVM language and encoding settings -export LANG="en_US.UTF-8" -export LC_ALL="en_US.UTF-8" +export LANG="C.UTF-8" +export LC_ALL="C.UTF-8" # add APP_ROOT and PACKAGE_LIBRARY_PATH to LD_LIBRARY_PATH if [ ! -z "$LD_LIBRARY_PATH" ]; then diff --git a/installer/snappy/filebot/filebot.sh b/installer/snappy/filebot/filebot.sh index 1dfb3ded..7ff72d6e 100755 --- a/installer/snappy/filebot/filebot.sh +++ b/installer/snappy/filebot/filebot.sh @@ -1,6 +1,6 @@ #!/bin/bash -export LANG="en_US.UTF-8" -export LC_ALL="en_US.UTF-8" +export LANG="C.UTF-8" +export LC_ALL="C.UTF-8" export JAVA_HOME="$SNAP/usr/lib/jvm/java-8-openjdk-$SNAP_ARCH" # export JAVA_TOOL_OPTIONS="-javaagent:$SNAP/usr/share/java/jayatanaag.jar" diff --git a/installer/spk/package/filebot.sh b/installer/spk/package/filebot.sh index c16989f4..30900875 100644 --- a/installer/spk/package/filebot.sh +++ b/installer/spk/package/filebot.sh @@ -42,8 +42,8 @@ if [ -z "$USER" ]; then fi # force JVM language and encoding settings -export LANG="en_US.UTF-8" -export LC_ALL="en_US.UTF-8" +export LANG="C.UTF-8" +export LC_ALL="C.UTF-8" # add PACKAGE_LIBRARY_PATH to LD_LIBRARY_PATH