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 /iconvdata/ksc5601.h | |
parent | 3dc08a7eecc97660b30740f65f4fc4f334600c2e (diff) | |
download | glibc-06c17c788b6cbd81e4fceab455f29feb7f3043b2.tar.gz glibc-06c17c788b6cbd81e4fceab455f29feb7f3043b2.tar.xz 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 'iconvdata/ksc5601.h')
-rw-r--r-- | iconvdata/ksc5601.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iconvdata/ksc5601.h b/iconvdata/ksc5601.h index 603a337f89..77f47ca834 100644 --- a/iconvdata/ksc5601.h +++ b/iconvdata/ksc5601.h @@ -1,5 +1,5 @@ /* Access functions for KS C 5601-1992 based encoding conversion. - Copyright (C) 1998, 1999, 2000, 2003 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2003, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -22,7 +22,7 @@ #define KSC5601_HANGUL 2350 #define KSC5601_HANJA 4888 -#define KSC5601_SYMBOL 988 +#define KSC5601_SYMBOL 989 #include <gconv.h> #include <stdint.h> |