1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

[Revert] C.UTF-8 doesn't seem to work on some Linux devices

This commit is contained in:
Reinhard Pointner 2017-02-10 17:43:07 +08:00
parent 935b91d361
commit 9e7263c80f
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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"

View File

@ -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