diff options
author | 2000-11-08 08:08:09 +0000 | |
---|---|---|
committer | 2000-11-08 08:08:09 +0000 | |
commit | a1e88b9a2fe01ed6bb3ba749af7d98e89bb14d3f (patch) | |
tree | 0ca8746f6001b138eef2ddc300f6e55eb6ee4080 /localedata/charmaps | |
parent | Update. (diff) | |
download | glibc-a1e88b9a2fe01ed6bb3ba749af7d98e89bb14d3f.tar.xz glibc-a1e88b9a2fe01ed6bb3ba749af7d98e89bb14d3f.zip |
Update.
2000-11-08 Ulrich Drepper <drepper@redhat.com>
* iconvdata/euc-kr.c (euckr_from_ucs4): Map 0x20a9 to \xa3dc.
(BODY from direction): Remove special handling of \x5c.
* iconvdata/EUC-KR.irreversible: Adjust for this change.
* iconvdata/testdata/EUC-KR..UTF8: Likewise.
Reported by Jungshik Shin <jshin@pantheon.yale.edu>.
Diffstat (limited to 'localedata/charmaps')
-rw-r--r-- | localedata/charmaps/EUC-KR | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/charmaps/EUC-KR b/localedata/charmaps/EUC-KR index 6a4326790c..bf18ea6106 100644 --- a/localedata/charmaps/EUC-KR +++ b/localedata/charmaps/EUC-KR @@ -100,7 +100,7 @@ CHARMAP <U0059> /x59 LATIN CAPITAL LETTER Y <U005A> /x5a LATIN CAPITAL LETTER Z <U005B> /x5b LEFT SQUARE BRACKET -<U20A9> /x5c WON SIGN +<U005C> /x5c REVERSE SOLIDUS <U005D> /x5d RIGHT SQUARE BRACKET <U005E> /x5e CIRCUMFLEX ACCENT <U005F> /x5f LOW LINE |