* admin/charsets/mapconv (LC_ALL): Set to C.
This commit is contained in:
parent
50ecfcd648
commit
fa560755d5
1 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,11 @@
|
|||
# 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
|
||||
|
|
Loading…
Add table
Reference in a new issue