Mercurial > emacs
changeset 89776:40c42a9165c2
Convert 0x2299 to 0x29BF.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 28 Jan 2004 11:00:38 +0000 |
parents | a8abc663103b |
children | e27da8448ed1 |
files | admin/charsets/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/admin/charsets/Makefile Wed Jan 28 06:06:46 2004 +0000 +++ b/admin/charsets/Makefile Wed Jan 28 11:00:38 2004 +0000 @@ -192,7 +192,7 @@ 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 $@...