mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-11 09:20:51 +00:00
(JISX2131.map): Convert 0x2015 to 0x2014.
This commit is contained in:
parent
3ce533b046
commit
b60aef5289
@ -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 $@...
|
||||
|
Loading…
Reference in New Issue
Block a user