Browse Source

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.
cvs/glibc-2-2-branch
Ulrich Drepper 27 years ago
parent
commit
f91dc2d2e7
  1. 8
      ChangeLog
  2. 1071
      iconvdata/ksc5601.c
  3. 4
      iconvdata/ksc5601.h
  4. 2
      iconvdata/testdata/EUC-KR
  5. 1064
      iconvdata/testdata/ISO-2022-KR

8
ChangeLog

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

1071
iconvdata/ksc5601.c

File diff suppressed because it is too large

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

2
iconvdata/testdata/EUC-KR

@ -15,7 +15,7 @@
� ⒈ ⒉ ⒊ ⒋ ⒌ ⒍ ⒎ ⒏ ⒐ ⒑ ⒒ ⒓ ⒔ ⒕ ⒖
⒗ ⒘ ⒙ ⒚ ⒛ ⑴ ⑵ ⑶ ⑷ ⑸ ⑹ ⑺ ⑻ ⑼ ⑽ ⑾
⑿ ⒀ ⒁ ⒂ ⒃ ⒄ ⒅ ⒆ ⒇ ① ② ③ ④ ⑤ ⑥ ⑦
¢à ¢á ¢â ¢ã ¢ä ¢å
¢à ¢á ¢â ¢ã ¢ä ¢å ¢æ ¢ç
! " # ¥ % & ' ( ) * + , - . /
0 1 2 3 4 5 6 7 8 9 : ; < = > ?

1064
iconvdata/testdata/ISO-2022-KR

File diff suppressed because it is too large
Loading…
Cancel
Save