]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix a failure of lang-tcl when LC_CTYPE was set to an UTF-8 locale.
authorBruno Haible <bruno@clisp.org>
Tue, 7 Oct 2003 19:57:08 +0000 (19:57 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:02 +0000 (12:11 +0200)
gettext-tools/tests/ChangeLog
gettext-tools/tests/lang-perl-1
gettext-tools/tests/lang-perl-2
gettext-tools/tests/lang-tcl

index 1257c0d746fc57aeca73b9d11d91ccff1b67bc4f..7cee36e77717a6cd49d12c8423842b3867819937 100644 (file)
@@ -1,3 +1,9 @@
+2003-10-07  Bruno Haible  <bruno@clisp.org>
+
+       * lang-perl-1: Set LC_CTYPE to empty in while setting LANG.
+       * lang-perl-2: Likewise.
+       * lang-tcl: Likewise.
+
 2003-10-06  Guido Flohr  <guido@imperia.net>
             Bruno Haible  <bruno@clisp.org>
 
index 36c93f8dc63c5376767b0f065823d9e430777c9b..7adc35d5f311be809d126c59a3a37f2120fdaef7 100755 (executable)
@@ -97,7 +97,7 @@ perl -e 'use Locale::Messages;' 2>/dev/null \
   || { rm -fr $tmpfiles; exit 77; }
 
 : ${LOCALE_FR=fr_FR}
-LANGUAGE= LANG=$LOCALE_FR LC_MESSAGES= LC_ALL= perl program.pl > prog.out || exit 1
+LANGUAGE= LANG=$LOCALE_FR LC_MESSAGES= LC_CTYPE= LC_ALL= perl program.pl > prog.out || exit 1
 ${DIFF} prog.ok prog.out || exit 1
 
 rm -fr $tmpfiles
index 48f00fa61a96c836828d47049192bf051166b620..845b5a0b0188709db4aa3c72e44017a677482e14 100755 (executable)
@@ -93,7 +93,7 @@ perl -M'Locale::TextDomain' -e '' 2>/dev/null \
   || { rm -fr $tmpfiles; exit 77; }
 
 : ${LOCALE_FR=fr_FR}
-LANGUAGE= LANG=$LOCALE_FR LC_MESSAGES= LC_ALL= perl program.pl > prog.out || exit 1
+LANGUAGE= LANG=$LOCALE_FR LC_MESSAGES= LC_CTYPE= LC_ALL= perl program.pl > prog.out || exit 1
 ${DIFF} prog.ok prog.out || exit 1
 
 rm -fr $tmpfiles
index 70457d8b152ca4512dc663999c2b1a6b28850971..a26a041a7be9e670b025da7a74af6b22c9fb0082 100755 (executable)
@@ -82,7 +82,7 @@ EUR remplace FF.
 EOF
 
 : ${LOCALE_FR=fr_FR}
-LANGUAGE= LANG=$LOCALE_FR LC_MESSAGES= LC_ALL= tclsh program.tcl > prog.out || exit 1
+LANGUAGE= LANG=$LOCALE_FR LC_MESSAGES= LC_CTYPE= LC_ALL= tclsh program.tcl > prog.out || exit 1
 ${DIFF} prog.ok prog.out || exit 1
 
 rm -fr $tmpfiles