aboutsummaryrefslogtreecommitdiffstats
path: root/admin/charsets
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>2004-01-28 11:00:38 +0000
committerKenichi Handa <[email protected]>2004-01-28 11:00:38 +0000
commit85b3659bb1a3636548da0d9ad3441f0c65c32846 (patch)
tree628b22d5f58b93c587888278a0454ba0fc9ef64d /admin/charsets
parentbb2102309dcb9aa671a3e05fd982bbae5d5b55b8 (diff)
Convert 0x2299 to 0x29BF.
Diffstat (limited to 'admin/charsets')
-rw-r--r--admin/charsets/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/charsets/Makefile b/admin/charsets/Makefile
index d6b5e6df7a..771a876f76 100644
--- a/admin/charsets/Makefile
+++ b/admin/charsets/Makefile
@@ -192,7 +192,7 @@ JISX0212.map: ${GLIBC_CHARMAPS}/EUC-JP mapconv compact.awk
JISX2131.map: ${GLIBC_CHARMAPS}/EUC-JISX0213 mapconv
# Generating $@...
@mapconv $< '/^<.*[ ]\/x[a-f]/' GLIBC-2-7 \
- | sed 's/0x2015/0x2014/' > $@
+ | sed -e 's/0x2015/0x2014/' -e 's/0x2299/0x29BF/' > $@
JISX2132.map: ${GLIBC_CHARMAPS}/EUC-JISX0213 mapconv
# Generating $@...