mirror of git://sourceware.org/git/glibc.git
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.
This commit is contained in:
parent
17e0b92045
commit
f91dc2d2e7
|
@ -1,5 +1,13 @@
|
||||||
2000-01-02 Ulrich Drepper <drepper@cygnus.com>
|
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.
|
* sysdeps/unix/sysv/linux/llseek.c: Formulate warning message stronger.
|
||||||
|
|
||||||
* iconvdata/gconv-modules: Remove BALTIC. It's the same as
|
* iconvdata/gconv-modules: Remove BALTIC. It's the same as
|
||||||
|
|
1071
iconvdata/ksc5601.c
1071
iconvdata/ksc5601.c
File diff suppressed because it is too large
Load Diff
|
@ -1,5 +1,5 @@
|
||||||
/* Access functions for KS C 5601-1992 based encoding conversion.
|
/* 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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
#define KSC5601_HANGUL 2350
|
#define KSC5601_HANGUL 2350
|
||||||
#define KSC5601_HANJA 4888
|
#define KSC5601_HANJA 4888
|
||||||
#define KSC5601_SYMBOL 986
|
#define KSC5601_SYMBOL 988
|
||||||
|
|
||||||
#include <gconv.h>
|
#include <gconv.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
<EFBFBD> ⒈ ⒉ ⒊ ⒋ ⒌ ⒍ ⒎ ⒏ ⒐ ⒑ ⒒ ⒓ ⒔ ⒕ ⒖
|
<EFBFBD> ⒈ ⒉ ⒊ ⒋ ⒌ ⒍ ⒎ ⒏ ⒐ ⒑ ⒒ ⒓ ⒔ ⒕ ⒖
|
||||||
⒗ ⒘ ⒙ ⒚ ⒛ ⑴ ⑵ ⑶ ⑷ ⑸ ⑹ ⑺ ⑻ ⑼ ⑽ ⑾
|
⒗ ⒘ ⒙ ⒚ ⒛ ⑴ ⑵ ⑶ ⑷ ⑸ ⑹ ⑺ ⑻ ⑼ ⑽ ⑾
|
||||||
⑿ ⒀ ⒁ ⒂ ⒃ ⒄ ⒅ ⒆ ⒇ ① ② ③ ④ ⑤ ⑥ ⑦
|
⑿ ⒀ ⒁ ⒂ ⒃ ⒄ ⒅ ⒆ ⒇ ① ② ③ ④ ⑤ ⑥ ⑦
|
||||||
¢à ¢á ¢â ¢ã ¢ä ¢å
|
¢à ¢á ¢â ¢ã ¢ä ¢å ¢æ ¢ç
|
||||||
|
|
||||||
! " # ¥ % & ' ( ) * + , - . /
|
! " # ¥ % & ' ( ) * + , - . /
|
||||||
0 1 2 3 4 5 6 7 8 9 : ; < = > ?
|
0 1 2 3 4 5 6 7 8 9 : ; < = > ?
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue