Convert 0x2299 to 0x29BF.
This commit is contained in:
parent
bb2102309d
commit
85b3659bb1
1 changed files with 1 additions and 1 deletions
|
@ -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 $@...
|
||||
|
|
Loading…
Add table
Reference in a new issue