diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-05 02:53:05 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-05 02:53:05 +0000 |
commit | 619166175d502f8c71f93bb9ec33db558301cd9d (patch) | |
tree | 841d5c7dddebfe98964d81f0fa311e107220ce0b /localedata/ChangeLog | |
parent | f00f95d188d8b0b8adf6eaff849eba59fe5b5f59 (diff) | |
download | glibc-619166175d502f8c71f93bb9ec33db558301cd9d.tar glibc-619166175d502f8c71f93bb9ec33db558301cd9d.tar.gz glibc-619166175d502f8c71f93bb9ec33db558301cd9d.tar.bz2 glibc-619166175d502f8c71f93bb9ec33db558301cd9d.zip |
Update.
* tests-mbwc/dat_iswctype.c: Full width 9 is not a digit in ja_JP.
* tests-mbwc/dat_iswdigit.c: Likewise.
Add full width digits to alnum class.
Diffstat (limited to 'localedata/ChangeLog')
-rw-r--r-- | localedata/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 296a5ba330..57420fff2b 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,7 +1,11 @@ 2000-10-04 Ulrich Drepper <drepper@redhat.com> + * tests-mbwc/dat_iswctype.c: Full width 9 is not a digit in ja_JP. + * tests-mbwc/dat_iswdigit.c: Likewise. + * locales/zh_CN: Remove non-ASCII digit entry. * locales/ja_JP: Likewise. + Add full width digits to alnum class. 2000-09-30 Bruno Haible <haible@clisp.cons.org> |