diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-04 23:52:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-04 23:52:14 +0000 |
commit | 228cc8780fc6cd31de3f81543c0c08f2b3e3cde9 (patch) | |
tree | 7693d67f1e45f2bb984ac888531f0341f09246db /localedata | |
parent | 9ecb7b363d61a7bfc5f90df69fc231d6dd6ee87f (diff) | |
download | glibc-228cc8780fc6cd31de3f81543c0c08f2b3e3cde9.tar.gz glibc-228cc8780fc6cd31de3f81543c0c08f2b3e3cde9.tar.xz glibc-228cc8780fc6cd31de3f81543c0c08f2b3e3cde9.zip |
Update.
* iconvdata/euc-kr.c (euckr_from_ucs4): Handle U20a9. (BODY from direction): Map \x5c to U20a9. * iconvdata/testdata/EUC-KR..UTF8: Adjust to this change. * iconvdata/EUC-KR.irreversible: New file.
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/charmaps/EUC-KR | 2 | ||||
-rw-r--r-- | localedata/locales/ko_KR | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/localedata/charmaps/EUC-KR b/localedata/charmaps/EUC-KR index bf18ea6106..6a4326790c 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 -<U005C> /x5c REVERSE SOLIDUS +<U20A9> /x5c WON SIGN <U005D> /x5d RIGHT SQUARE BRACKET <U005E> /x5e CIRCUMFLEX ACCENT <U005F> /x5f LOW LINE diff --git a/localedata/locales/ko_KR b/localedata/locales/ko_KR index cfeeadc1e7..1b9ec128ce 100644 --- a/localedata/locales/ko_KR +++ b/localedata/locales/ko_KR @@ -11120,9 +11120,7 @@ END LC_CTYPE LC_MONETARY int_curr_symbol "<U004B><U0052><U0057><U0020>" -% Should be U20A9 but this is not in EUC-KR. Or is it? -% currency_symbol "<U20A9>" -currency_symbol "<UFFE6>" +currency_symbol "<U20A9>" mon_decimal_point "<U002E>" mon_thousands_sep "<U002C>" mon_grouping 3;3 |