From 76aecea11dc291f54b288480a5e9543eab02aae8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 4 Dec 2000 00:11:40 +0000 Subject: 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 . --- localedata/ChangeLog | 6 ++++++ localedata/charmaps/EUC-JP | 4 ++-- localedata/charmaps/SJIS | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) (limited to 'localedata') 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 + + * 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 * 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 /xa1/xbd HORIZONTAL BAR /xa1/xbe HYPHEN /xa1/xbf FULLWIDTH SOLIDUS -%IRREVERSIBLE% /xa1/xc0 REVERSE SOLIDUS + /xa1/xc0 FULLWIDTH REVERSE SOLIDUS /xa1/xc1 WAVE DASH /xa1/xc2 DOUBLE VERTICAL LINE /xa1/xc3 FULLWIDTH VERTICAL LINE @@ -7136,7 +7136,7 @@ CHARMAP /x8f/xa2/xb4 MACRON /x8f/xa2/xb5 OGONEK /x8f/xa2/xb6 RING ABOVE -%IRREVERSIBLE% /x8f/xa2/xb7 TILDE + /x8f/xa2/xb7 FULLWIDTH TILDE /x8f/xa2/xb8 GREEK TONOS /x8f/xa2/xb9 GREEK DIALYTIKA TONOS /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 /x81/x5c HORIZONTAL BAR /x81/x5d HYPHEN /x81/x5e FULLWIDTH SOLIDUS - /x81/x5f REVERSE SOLIDUS + /x81/x5f FULLWIDTH REVERSE SOLIDUS /x81/x60 WAVE DASH /x81/x61 DOUBLE VERTICAL LINE /x81/x62 FULLWIDTH VERTICAL LINE -- cgit 1.4.1