aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hylafaxplus/no-locale.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/hylafaxplus/no-locale.patch')
-rw-r--r--testing/hylafaxplus/no-locale.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/hylafaxplus/no-locale.patch b/testing/hylafaxplus/no-locale.patch
new file mode 100644
index 0000000000..167418c5c6
--- /dev/null
+++ b/testing/hylafaxplus/no-locale.patch
@@ -0,0 +1,11 @@
+--- a/util/dictionary.sh.in
++++ b/util/dictionary.sh.in
+@@ -178,8 +178,6 @@
+ iconv -c -f "$CHARSET"
+ fi
+ done
+-# Let "$CHARSET" reflect the current locale's charset:
+-CHARSET="$(locale -- charmap)"
+ if LC_ALL=C expr " $CHARSET" : ' ANSI_X3\.4\>' > /dev/null
+ then
+ CHARSET=US-ASCII