(JISX2131.map): Convert 0x2015 to 0x2014.
This commit is contained in:
parent
3ce533b046
commit
b60aef5289
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue