summaryrefslogtreecommitdiff
path: root/localedata/tests-mbwc/dat_iswdigit.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_iswdigit.c
parentf00f95d188d8b0b8adf6eaff849eba59fe5b5f59 (diff)
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_iswdigit.c')
-rw-r--r--localedata/tests-mbwc/dat_iswdigit.c2
1 files changed, 1 insertions, 1 deletions
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. */