about summary refs log tree commit diff
path: root/localedata/tests-mbwc/dat_iswctype.c
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/tests-mbwc/dat_iswctype.c
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/tests-mbwc/dat_iswctype.c')
-rw-r--r--localedata/tests-mbwc/dat_iswctype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/tests-mbwc/dat_iswctype.c b/localedata/tests-mbwc/dat_iswctype.c
index 644cbbc273..88b568b388 100644
--- a/localedata/tests-mbwc/dat_iswctype.c
+++ b/localedata/tests-mbwc/dat_iswctype.c
@@ -411,7 +411,7 @@ TST_ISWCTYPE tst_iswctype_loc [] = {
       {	 { 0x32CB, "digit"  }, { 0,1,0 }  },	   /* IDEO.TEL.SYM.DEC12 */
       /* 21: */
       {	 { 0x33FE, "digit"  }, { 0,1,0 }  },	   /* CJK IDEO.TEL.31th	 */
-      {	 { 0xFF19, "digit"  }, { 0,0,0 }  },	   /* FULL 9		 */
+      {	 { 0xFF19, "digit"  }, { 0,1,0 }  },	   /* FULL 9		 */
       {	 { 0x3000, "graph"  }, { 0,1,0 }  },	   /* IDEO. SPACE	 */
       {	 { 0x3020, "graph"  }, { 0,1,0 }  },	   /* POSTAL MARK FACE	 */
       {	 { 0x3029, "graph"  }, { 0,1,0 }  },	   /* Hangzhou NUM9	 */