From 619166175d502f8c71f93bb9ec33db558301cd9d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 5 Oct 2000 02:53:05 +0000 Subject: [PATCH] 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. --- localedata/ChangeLog | 4 +++ localedata/locales/ja_JP | 61 ++++++++++++++++++++++++++++++++++++ localedata/tests-mbwc/dat_iswctype.c | 2 +- localedata/tests-mbwc/dat_iswdigit.c | 2 +- 4 files changed, 67 insertions(+), 2 deletions(-) diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 296a5ba..57420ff 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,7 +1,11 @@ 2000-10-04 Ulrich Drepper + * 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 diff --git a/localedata/locales/ja_JP b/localedata/locales/ja_JP index 826247f..73ae290 100644 --- a/localedata/locales/ja_JP +++ b/localedata/locales/ja_JP @@ -154,6 +154,67 @@ alpha ;;;;;;;;/ ;;;;;;;;/ ;;;;;; +alnum ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;;/ + ;;;;;;;/ + ;;;;;/ + ;;;; + digit ;;;;;/ ;;;; diff --git a/localedata/tests-mbwc/dat_iswctype.c b/localedata/tests-mbwc/dat_iswctype.c index 644cbbc..88b568b 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 de63a8d..6cece4f 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. */ -- 2.7.4