From: Kenichi Handa Date: Wed, 28 Jan 2004 06:05:40 +0000 (+0000) Subject: (JISX2131.map): Convert 0x2015 to 0x2014. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1575 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b60aef5289befe1801c3ff9764efd1789fb25a0e;p=emacs.git (JISX2131.map): Convert 0x2015 to 0x2014. --- diff --git a/admin/charsets/Makefile b/admin/charsets/Makefile index 384b06bbfe6..d6b5e6df7a0 100644 --- a/admin/charsets/Makefile +++ b/admin/charsets/Makefile @@ -191,7 +191,8 @@ JISX0212.map: ${GLIBC_CHARMAPS}/EUC-JP mapconv compact.awk JISX2131.map: ${GLIBC_CHARMAPS}/EUC-JISX0213 mapconv # Generating $@... - @mapconv $< '/^<.*[ ]\/x[a-f]/' GLIBC-2-7 > $@ + @mapconv $< '/^<.*[ ]\/x[a-f]/' GLIBC-2-7 \ + | sed 's/0x2015/0x2014/' > $@ JISX2132.map: ${GLIBC_CHARMAPS}/EUC-JISX0213 mapconv # Generating $@...