]> git.eshelyaron.com Git - emacs.git/commitdiff
* admin/charsets/mapconv (LC_ALL): Set to C.
authorGlenn Morris <rgm@gnu.org>
Fri, 22 May 2015 23:15:55 +0000 (19:15 -0400)
committerGlenn Morris <rgm@gnu.org>
Fri, 22 May 2015 23:15:55 +0000 (19:15 -0400)
admin/charsets/mapconv

index 6fd13c61c4a1501fc2067e7cee755cb3f044f4ef..245dce114a09e33eaf55a5050ec11ec79c5eaa32 100755 (executable)
 #      GLIBC-1 GLIBC-2 GLIBC-2-7 CZYBORRA IANA UNICODE UNICODE2 YASUOKA
 #   $4: awk script
 
+## So that eg [A-F] as used by KANJI-DATABASE branch below works as expected.
+## Otherwise with LANG=en_US.utf8, CNS-6.map was generated with a
+## bogus entry.  By experiment, LC_COLLATE=C was not enough.
+export LC_ALL=C
+
 BASE=`expr "$1" : '.*/\(.*\)' '|' "$1"` # basename
 FILE="admin/charsets/mapfiles/$BASE"
 BASE=`expr "$BASE" : '\(.*\)\.gz$' '|' "$BASE"` # remove any .gz suffix