aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rwxr-xr-xadmin/charsets/mapconv2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/charsets/mapconv b/admin/charsets/mapconv
index e8892607380..2c07f51972e 100755
--- a/admin/charsets/mapconv
+++ b/admin/charsets/mapconv
@@ -114,7 +114,7 @@ elif [ "$3" == "UNICODE2" ] ; then
114 # 0xXXXX 0xYYYY # ... 114 # 0xXXXX 0xYYYY # ...
115 sed -n -e "$2 p" < $1 \ 115 sed -n -e "$2 p" < $1 \
116 | sed -e 's/\([0-9A-Fx]*\)[^0]*\([0-9A-Fx]*\).*/\1 \2/' \ 116 | sed -e 's/\([0-9A-Fx]*\)[^0]*\([0-9A-Fx]*\).*/\1 \2/' \
117 | sort | ${AWKPROG} 117 | ${AWKPROG} | sort -n -k 4,4
118elif [ "$3" == "YASUOKA" ] ; then 118elif [ "$3" == "YASUOKA" ] ; then
119 # Source format is: 119 # Source format is:
120 # YYYY 0-XXXX (XXXX is a Kuten code) 120 # YYYY 0-XXXX (XXXX is a Kuten code)