diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-12-04 00:11:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-12-04 00:11:40 +0000 |
commit | 76aecea11dc291f54b288480a5e9543eab02aae8 (patch) | |
tree | 6f0c50194067909bf5cddccad5a1703ab0e61f2e /iconvdata/jis0208.c | |
parent | 0df757b10aa12644293c5c5ac5eae6a65d6dbef8 (diff) | |
download | glibc-76aecea11dc291f54b288480a5e9543eab02aae8.tar glibc-76aecea11dc291f54b288480a5e9543eab02aae8.tar.gz glibc-76aecea11dc291f54b288480a5e9543eab02aae8.tar.bz2 glibc-76aecea11dc291f54b288480a5e9543eab02aae8.zip |
Update.
* iconvdata/SJIS.irreversible: Remove unnecessary entries.
* iconvdata/EUC-JP.irreversible: Remove unnecessary entries.
* iconvdata/sjis.c: Enable round-trip mapping of backslash and tilde.
* iconvdata/jis0208.c: Likewise.
* iconvdata/jis0212.c: Likewise.
Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
Diffstat (limited to 'iconvdata/jis0208.c')
-rw-r--r-- | iconvdata/jis0208.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/jis0208.c b/iconvdata/jis0208.c index bd92e1229b..06558f6983 100644 --- a/iconvdata/jis0208.c +++ b/iconvdata/jis0208.c @@ -67,7 +67,7 @@ const uint16_t __jis0208_to_ucs[0x1e80] = [0x0010] = 0xffe3, [0x0011] = 0xff3f, [0x0012] = 0x30fd, [0x0013] = 0x30fe, [0x0014] = 0x309d, [0x0015] = 0x309e, [0x0016] = 0x3003, [0x0017] = 0x4edd, [0x0018] = 0x3005, [0x0019] = 0x3006, [0x001a] = 0x3007, [0x001b] = 0x30fc, - [0x001c] = 0x2015, [0x001d] = 0x2010, [0x001e] = 0xff0f, [0x001f] = 0x005c, + [0x001c] = 0x2015, [0x001d] = 0x2010, [0x001e] = 0xff0f, [0x001f] = 0xff3c, [0x0020] = 0x301c, [0x0021] = 0x2016, [0x0022] = 0xff5c, [0x0023] = 0x2026, [0x0024] = 0x2025, [0x0025] = 0x2018, [0x0026] = 0x2019, [0x0027] = 0x201c, [0x0028] = 0x201d, [0x0029] = 0xff08, [0x002a] = 0xff09, [0x002b] = 0x3014, |