* 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.
This commit is contained in:
Ulrich Drepper 2000-01-02 19:43:47 +00:00
parent 17e0b92045
commit f91dc2d2e7
5 changed files with 1076 additions and 1073 deletions

View File

@ -1,5 +1,13 @@
2000-01-02 Ulrich Drepper <drepper@cygnus.com>
* 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.
* sysdeps/unix/sysv/linux/llseek.c: Formulate warning message stronger.
* iconvdata/gconv-modules: Remove BALTIC. It's the same as

File diff suppressed because it is too large Load Diff

View File

@ -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>

View File

@ -15,7 +15,7 @@
<EFBFBD> ⒈ ⒉ ⒊ ⒋ ⒌ ⒍ ⒎ ⒏ ⒐ ⒑ ⒒ ⒓ ⒔ ⒕ ⒖
⒗ ⒘ ⒙ ⒚ ⒛ ⑴ ⑵ ⑶ ⑷ ⑸ ⑹ ⑺ ⑻ ⑼ ⑽ ⑾
⑿ ⒀ ⒁ ⒂ ⒃ ⒄ ⒅ ⒆ ⒇ ① ② ③ ④ ⑤ ⑥ ⑦
¢à ¢á ¢â ¢ã ¢ä ¢å
¢à ¢á ¢â ¢ã ¢ä ¢å ¢æ ¢ç

File diff suppressed because it is too large Load Diff