about summary refs log tree commit diff
path: root/iconvdata/ksc5601.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-01-02 19:43:47 +0000
committerUlrich Drepper <drepper@redhat.com>2000-01-02 19:43:47 +0000
commitf91dc2d2e77f6708b4ef91bc8049dab73908f9c5 (patch)
treef8b0614db8b45f98aab1f2df4c5a823a69fd252c /iconvdata/ksc5601.h
parent17e0b92045d061c7cc6304ac18cb01c99213de0c (diff)
downloadglibc-f91dc2d2e77f6708b4ef91bc8049dab73908f9c5.tar.gz
glibc-f91dc2d2e77f6708b4ef91bc8049dab73908f9c5.tar.xz
glibc-f91dc2d2e77f6708b4ef91bc8049dab73908f9c5.zip
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.
Diffstat (limited to 'iconvdata/ksc5601.h')
-rw-r--r--iconvdata/ksc5601.h4
1 files changed, 2 insertions, 2 deletions
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 <gconv.h>
 #include <stdint.h>