about summary refs log tree commit diff
path: root/localedata/tests-mbwc
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
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')
-rw-r--r--localedata/tests-mbwc/dat_iswctype.c2
-rw-r--r--localedata/tests-mbwc/dat_iswdigit.c2
2 files changed, 2 insertions, 2 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	 */
diff --git a/localedata/tests-mbwc/dat_iswdigit.c b/localedata/tests-mbwc/dat_iswdigit.c
index de63a8d155..6cece4f8c9 100644
--- a/localedata/tests-mbwc/dat_iswdigit.c
+++ b/localedata/tests-mbwc/dat_iswdigit.c
@@ -101,7 +101,7 @@ TST_ISW_LOC (DIGIT, digit) = {
 	{  { 0x9FA5 }, { 0,1,0 }  },	/* CJK UNI.IDEO.      */
 	{  { 0xFE4F }, { 0,1,0 }  },	/* CJK UNI.IDEO.      */
 	{  { 0xFF0F }, { 0,1,0 }  },	/* FULL SLASH	      */
-	{  { 0xFF19 }, { 0,0,0 }  },	/* FULL 9	      */
+	{  { 0xFF19 }, { 0,1,0 }  },	/* FULL 9	      */
 	{  { 0xFF20 }, { 0,1,0 }  },	/* FULL @	      */
 	{  { 0xFF3A }, { 0,1,0 }  },	/* FULL Z	      */
 	{  { 0xFF40 }, { 0,1,0 }  },	/* FULL GRAVE ACC.    */