diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-23 17:11:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-23 17:11:35 +0000 |
commit | fd6650707a8af0acb4c4b5da55e217f95b9f595c (patch) | |
tree | 9a3430a6979353f92fc3c25861492937439f330a /localedata | |
parent | 26b2a85a045cdb3adffc10f4184a825d1b2222e3 (diff) | |
download | glibc-fd6650707a8af0acb4c4b5da55e217f95b9f595c.tar glibc-fd6650707a8af0acb4c4b5da55e217f95b9f595c.tar.gz glibc-fd6650707a8af0acb4c4b5da55e217f95b9f595c.tar.bz2 glibc-fd6650707a8af0acb4c4b5da55e217f95b9f595c.zip |
Update.
2000-10-22 Bruno Haible <haible@clisp.cons.org>
* iconvdata/big5hkscs.c (big5hkscs_to_ucs): Add irreversible mappings
for 0x8BF8, 0xA27E..0xA2A7.
* iconvdata/BIG5HKSCS.irreversible: New file.
2000-10-23 Jakub Jelinek <jakub@redhat.com>
* timezone/zdump.c (main): setlocale LC_CTYPE as well as LC_MESSAGES.
* timezone/zic.c (main): Likewise.
2000-10-23 Thorsten Kukuk <kukuk@suse.de>
* nscd/connections.c (invalidate_cache): Don't invalidate a cache
if it is not enabled.
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/ChangeLog | 4 | ||||
-rw-r--r-- | localedata/charmaps/BIG5HKSCS | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 1249dd4348..5f64e62034 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,7 @@ +2000-10-22 Bruno Haible <haible@clisp.cons.org> + + * charmaps/BIG5HKSCS: Add 9 commented irreversible mappings. + 2000-10-19 Ulrich Drepper <drepper@redhat.com> * locales/iso14651_t1: Handle Macedonian correctly. diff --git a/localedata/charmaps/BIG5HKSCS b/localedata/charmaps/BIG5HKSCS index 486f4e771d..95d314975f 100644 --- a/localedata/charmaps/BIG5HKSCS +++ b/localedata/charmaps/BIG5HKSCS @@ -647,6 +647,7 @@ CHARMAP <U9E1F> /x8b/xf5 <CJK> <U9EC4> /x8b/xf6 <CJK> <U6B6F> /x8b/xf7 <CJK> +%IRREVERSIBLE%<U9F9C> /x8b/xf8 <CJK> <U4E37> /x8b/xf9 <CJK> <UF572> /x8b/xfa <CJK> <U961D> /x8b/xfb <CJK> @@ -3889,6 +3890,14 @@ CHARMAP <U2510> /xa2/x7b BOX DRAWINGS LIGHT DOWN AND LEFT <U2514> /xa2/x7c BOX DRAWINGS LIGHT UP AND RIGHT <U2518> /xa2/x7d BOX DRAWINGS LIGHT UP AND LEFT +%IRREVERSIBLE%<U256D> /xa2/x7e BOX DRAWINGS LIGHT ARC DOWN AND RIGHT +%IRREVERSIBLE%<U256E> /xa2/xa1 BOX DRAWINGS LIGHT ARC DOWN AND LEFT +%IRREVERSIBLE%<U2570> /xa2/xa2 BOX DRAWINGS LIGHT ARC UP AND RIGHT +%IRREVERSIBLE%<U256F> /xa2/xa3 BOX DRAWINGS LIGHT ARC UP AND LEFT +%IRREVERSIBLE%<U2550> /xa2/xa4 BOX DRAWINGS DOUBLE HORIZONTAL +%IRREVERSIBLE%<U255E> /xa2/xa5 BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE +%IRREVERSIBLE%<U256A> /xa2/xa6 BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE +%IRREVERSIBLE%<U2561> /xa2/xa7 BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE <U25E2> /xa2/xa8 BLACK LOWER RIGHT TRIANGLE <U25E3> /xa2/xa9 BLACK LOWER LEFT TRIANGLE <U25E5> /xa2/xaa BLACK UPPER RIGHT TRIANGLE |