From f91dc2d2e77f6708b4ef91bc8049dab73908f9c5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 2 Jan 2000 19:43:47 +0000 Subject: Update. * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs): Add mapping for 0xa2e6 and 0xa2e7. (__ksc5601_sym_from_ucs): Add mapping back from U00AE and U20AC. * iconvdata/ksc5601.h (KSC5601_SYMBOL): Adjust for the two new mappings. * iconvdata/testdata/EUC-KR: Add Euro and Registered sign. * iconvdata/testdata/ISO-2022-KR: Likewise. --- iconvdata/ksc5601.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iconvdata/ksc5601.h') diff --git a/iconvdata/ksc5601.h b/iconvdata/ksc5601.h index e50d6d6c20..d0b1b0cab6 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 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000 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 986 +#define KSC5601_SYMBOL 988 #include #include -- cgit v1.2.3