diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-02-16 01:25:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-02-16 01:25:28 +0000 |
commit | 06c17c788b6cbd81e4fceab455f29feb7f3043b2 (patch) | |
tree | 4f80addedea34dd04da7172b85d9018f80e15d43 /localedata | |
parent | 3dc08a7eecc97660b30740f65f4fc4f334600c2e (diff) | |
download | glibc-06c17c788b6cbd81e4fceab455f29feb7f3043b2.tar glibc-06c17c788b6cbd81e4fceab455f29feb7f3043b2.tar.gz glibc-06c17c788b6cbd81e4fceab455f29feb7f3043b2.tar.bz2 glibc-06c17c788b6cbd81e4fceab455f29feb7f3043b2.zip |
[BZ #3954]
* iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
Add mapping for U+327E.
* iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
* iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
mapping of 0xD9 0xE8.
* iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
mapping of U+327E.
Reported by Jungshik Shin <jungshik@google.com>.
[BZ #3955]
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/ChangeLog | 4 | ||||
-rw-r--r-- | localedata/charmaps/EUC-KR | 1 | ||||
-rw-r--r-- | localedata/charmaps/JOHAB | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 459a74188a..9f29138f2b 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,9 @@ 2007-02-02 Bruno Haible <bruno@clisp.org> + * charmaps/EUC-KR: Add mapping for 0xA2 0xE8. + * charmaps/JOHAB: Add mapping for 0xD9 0xE8. + Reported by Jungshik Shin <jungshik@google.com>. + * charmaps/JOHAB: Add mappings for 0xD9 0xE6 and 0xD9 0xE7. Reported by Jungshik Shin <jungshik@google.com>. diff --git a/localedata/charmaps/EUC-KR b/localedata/charmaps/EUC-KR index 9957c44d69..9c48668b72 100644 --- a/localedata/charmaps/EUC-KR +++ b/localedata/charmaps/EUC-KR @@ -341,6 +341,7 @@ CHARMAP <U2121> /xa2/xe5 TELEPHONE SIGN <U20AC> /xa2/xe6 EURO SIGN <U00AE> /xa2/xe7 REGISTERED SIGN +<U327E> /xa2/xe8 CIRCLED HANGUL IEUNG U <UFF01> /xa3/xa1 FULLWIDTH EXCLAMATION MARK <UFF02> /xa3/xa2 FULLWIDTH QUOTATION MARK <UFF03> /xa3/xa3 FULLWIDTH NUMBER SIGN diff --git a/localedata/charmaps/JOHAB b/localedata/charmaps/JOHAB index 5a638eebcf..b088b23042 100644 --- a/localedata/charmaps/JOHAB +++ b/localedata/charmaps/JOHAB @@ -11522,6 +11522,7 @@ CHARMAP <U2121> /xd9/xe5 TELEPHONE SIGN <U20AC> /xd9/xe6 EURO SIGN <U00AE> /xd9/xe7 REGISTERED SIGN +<U327E> /xd9/xe8 CIRCLED HANGUL IEUNG U <UFF01> /xda/x31 FULLWIDTH EXCLAMATION MARK <UFF02> /xda/x32 FULLWIDTH QUOTATION MARK <UFF03> /xda/x33 FULLWIDTH NUMBER SIGN |