From 9e7263c80f676e35fd8df352823208043ab89807 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Fri, 10 Feb 2017 17:43:07 +0800 Subject: [PATCH] [Revert] C.UTF-8 doesn't seem to work on some Linux devices --- installer/portable/filebot.sh | 4 ++-- installer/snappy/filebot/filebot.sh | 4 ++-- installer/spk/package/filebot.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/installer/portable/filebot.sh b/installer/portable/filebot.sh index 7e1b88cf..6d42b6d1 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="C.UTF-8" -export LC_ALL="C.UTF-8" +export LANG="en_US.UTF-8" +export LC_ALL="en_US.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 7ff72d6e..1dfb3ded 100755 --- a/installer/snappy/filebot/filebot.sh +++ b/installer/snappy/filebot/filebot.sh @@ -1,6 +1,6 @@ #!/bin/bash -export LANG="C.UTF-8" -export LC_ALL="C.UTF-8" +export LANG="en_US.UTF-8" +export LC_ALL="en_US.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 30900875..c16989f4 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="C.UTF-8" -export LC_ALL="C.UTF-8" +export LANG="en_US.UTF-8" +export LC_ALL="en_US.UTF-8" # add PACKAGE_LIBRARY_PATH to LD_LIBRARY_PATH