diff options
Diffstat (limited to 'main/hylafaxplus/no-locale.patch')
-rw-r--r-- | main/hylafaxplus/no-locale.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/hylafaxplus/no-locale.patch b/main/hylafaxplus/no-locale.patch new file mode 100644 index 0000000000..167418c5c6 --- /dev/null +++ b/main/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 |