diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-05 00:05:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-05 00:05:29 +0000 |
commit | 84ca314775458b3c80d4ce1763c4517a5e0d3b1a (patch) | |
tree | edd03ab6eb098d08dab3fa2249478dfa9a48ad8d | |
parent | 228cc8780fc6cd31de3f81543c0c08f2b3e3cde9 (diff) | |
download | glibc-84ca314775458b3c80d4ce1763c4517a5e0d3b1a.zip glibc-84ca314775458b3c80d4ce1763c4517a5e0d3b1a.tar.gz glibc-84ca314775458b3c80d4ce1763c4517a5e0d3b1a.tar.bz2 |
Update.
* iconvdata/Makefile (distribute): Add EUC-KR.irreversible.
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | iconvdata/Makefile | 2 | ||||
-rw-r--r-- | localedata/ChangeLog | 5 |
3 files changed, 7 insertions, 1 deletions
@@ -4,6 +4,7 @@ (BODY from direction): Map \x5c to U20a9. * iconvdata/testdata/EUC-KR..UTF8: Adjust to this change. * iconvdata/EUC-KR.irreversible: New file. + * iconvdata/Makefile (distribute): Add EUC-KR.irreversible. * argp/argp-parse.c (argp_default_argp): Set libc as message domain. (argp_version_argp): Likewise. diff --git a/iconvdata/Makefile b/iconvdata/Makefile index b819c87..e203efc 100644 --- a/iconvdata/Makefile +++ b/iconvdata/Makefile @@ -98,7 +98,7 @@ distribute := gconv-modules extra-module.mk gap.awk gaptab.awk \ run-iconv-test.sh tst-tables.sh tst-table.sh \ tst-table-charmap.sh tst-table-from.c tst-table-to.c \ EUC-JP.irreversible ISIRI-3342.irreversible SJIS.irreversible \ - 8bit-generic.c 8bit-gap.c \ + EUC-KR.irreversible 8bit-generic.c 8bit-gap.c \ ansi_x3.110.c asmo_449.c big5.c cp737.c cp737.h \ cp775.c cp775.h ibm874.c cns11643.c cns11643.h \ cns11643l1.c cns11643l1.h cp1250.c cp1251.c cp1252.c cp1253.c \ diff --git a/localedata/ChangeLog b/localedata/ChangeLog index d466783..30cbff3 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,8 @@ +2000-10-04 Ulrich Drepper <drepper@redhat.com> + + * charmaps/EUC-KR: Change \x5c mapping to U20a9. + * locales/ko_KR: Change currency_symbol back to use U20a9. + 2000-10-03 Ulrich Drepper <drepper@redhat.com> * tst-langinfo.sh: Adjust for change in ja_JP. |