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 /localedata | |
parent | 0df757b10aa12644293c5c5ac5eae6a65d6dbef8 (diff) | |
download | glibc-76aecea11dc291f54b288480a5e9543eab02aae8.tar.gz glibc-76aecea11dc291f54b288480a5e9543eab02aae8.tar.xz 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 'localedata')
-rw-r--r-- | localedata/ChangeLog | 6 | ||||
-rw-r--r-- | localedata/charmaps/EUC-JP | 4 | ||||
-rw-r--r-- | localedata/charmaps/SJIS | 2 |
3 files changed, 9 insertions, 3 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 238facdb2f..5a1af0cbbb 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,9 @@ +2000-12-03 Ulrich Drepper <drepper@redhat.com> + + * charmaps/SJIS: Add mapping for FULLWIDTH REVERSE SOLIDUS. + * charmaps/EUC-JP: Add mapping for FULLWIDTH TILDE and FULLWIDTH + REVERSE SOLIDUS. + 2000-11-30 Ulrich Drepper <drepper@redhat.com> * Makefile (tests): Add tst-setlocale. diff --git a/localedata/charmaps/EUC-JP b/localedata/charmaps/EUC-JP index 9997d968aa..691d4f6bd4 100644 --- a/localedata/charmaps/EUC-JP +++ b/localedata/charmaps/EUC-JP @@ -276,7 +276,7 @@ CHARMAP <U2015> /xa1/xbd HORIZONTAL BAR <U2010> /xa1/xbe HYPHEN <UFF0F> /xa1/xbf FULLWIDTH SOLIDUS -%IRREVERSIBLE%<U005C> /xa1/xc0 REVERSE SOLIDUS +<UFF3C> /xa1/xc0 FULLWIDTH REVERSE SOLIDUS <U301C> /xa1/xc1 WAVE DASH <U2016> /xa1/xc2 DOUBLE VERTICAL LINE <UFF5C> /xa1/xc3 FULLWIDTH VERTICAL LINE @@ -7136,7 +7136,7 @@ CHARMAP <U00AF> /x8f/xa2/xb4 MACRON <U02DB> /x8f/xa2/xb5 OGONEK <U02DA> /x8f/xa2/xb6 RING ABOVE -%IRREVERSIBLE%<U007E> /x8f/xa2/xb7 TILDE +<UFF5E> /x8f/xa2/xb7 FULLWIDTH TILDE <U0384> /x8f/xa2/xb8 GREEK TONOS <U0385> /x8f/xa2/xb9 GREEK DIALYTIKA TONOS <U00A1> /x8f/xa2/xc2 INVERTED EXCLAMATION MARK diff --git a/localedata/charmaps/SJIS b/localedata/charmaps/SJIS index 49dd94e514..a887a0a25e 100644 --- a/localedata/charmaps/SJIS +++ b/localedata/charmaps/SJIS @@ -165,7 +165,7 @@ CHARMAP <U2015> /x81/x5c HORIZONTAL BAR <U2010> /x81/x5d HYPHEN <UFF0F> /x81/x5e FULLWIDTH SOLIDUS -<U005C> /x81/x5f REVERSE SOLIDUS +<UFF3C> /x81/x5f FULLWIDTH REVERSE SOLIDUS <U301C> /x81/x60 WAVE DASH <U2016> /x81/x61 DOUBLE VERTICAL LINE <UFF5C> /x81/x62 FULLWIDTH VERTICAL LINE |