about summary refs log tree commit diff
path: root/localedata/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-10-05 02:53:05 +0000
committerUlrich Drepper <drepper@redhat.com>2000-10-05 02:53:05 +0000
commit619166175d502f8c71f93bb9ec33db558301cd9d (patch)
tree841d5c7dddebfe98964d81f0fa311e107220ce0b /localedata/ChangeLog
parentf00f95d188d8b0b8adf6eaff849eba59fe5b5f59 (diff)
downloadglibc-619166175d502f8c71f93bb9ec33db558301cd9d.tar.gz
glibc-619166175d502f8c71f93bb9ec33db558301cd9d.tar.xz
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/ChangeLog4
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>