diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-05 02:01:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-05 02:01:22 +0000 |
commit | f00f95d188d8b0b8adf6eaff849eba59fe5b5f59 (patch) | |
tree | 006b382527502c8227b0e6552ab389307303ef5f /localedata/locales/ja_JP | |
parent | 84ca314775458b3c80d4ce1763c4517a5e0d3b1a (diff) | |
download | glibc-f00f95d188d8b0b8adf6eaff849eba59fe5b5f59.tar glibc-f00f95d188d8b0b8adf6eaff849eba59fe5b5f59.tar.gz glibc-f00f95d188d8b0b8adf6eaff849eba59fe5b5f59.tar.bz2 glibc-f00f95d188d8b0b8adf6eaff849eba59fe5b5f59.zip |
Update.
* locales/zh_CN: Remove non-ASCII digit entry.
* locales/ja_JP: Likewise.
2000-09-30 Bruno Haible <haible@clisp.cons.org>
* gen-unicode-ctype.c (is_digit, is_xdigit): Remove all non-ASCII
digits.
(is_alpha): Add them here.
* locales/i18n (digit): Remove all non-ASCII digits.
(alpha): Add them here.
* dump-ctype.c: Pretty print.
2000-10-04 Ulrich Drepper <drepper@redhat.com>
Diffstat (limited to 'localedata/locales/ja_JP')
-rw-r--r-- | localedata/locales/ja_JP | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/localedata/locales/ja_JP b/localedata/locales/ja_JP index 4c4d2b6746..826247f490 100644 --- a/localedata/locales/ja_JP +++ b/localedata/locales/ja_JP @@ -155,9 +155,7 @@ alpha <U0041>;<U0042>;<U0043>;<U0044>;<U0045>;<U0046>;<U0047>;<U0048>;/ <U0175>;<U00FD>;<U00FF>;<U0177>;<U017A>;<U017E>;<U017C> digit <U0030>;<U0031>;<U0032>;<U0033>;<U0034>;/ - <U0035>;<U0036>;<U0037>;<U0038>;<U0039>;/ - <UFF10>;<UFF11>;<UFF12>;<UFF13>;<UFF14>;/ - <UFF15>;<UFF16>;<UFF17>;<UFF18>;<UFF19> + <U0035>;<U0036>;<U0037>;<U0038>;<U0039> xdigit <U0030>;<U0031>;<U0032>;<U0033>;<U0034>;/ <U0035>;<U0036>;<U0037>;<U0038>;<U0039>;/ |