diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-18 20:32:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-18 20:32:25 +0000 |
commit | 74238b8ee7150094715513a9cc36ef2db79370c9 (patch) | |
tree | 40262e4b4d10fe80f9ce7bd6f87224482fbf5173 /localedata/tests-mbwc/dat_iswspace.c | |
parent | f306e7ff7bb939bfd52c4f8ec001856e0f680d07 (diff) | |
download | glibc-74238b8ee7150094715513a9cc36ef2db79370c9.tar.gz glibc-74238b8ee7150094715513a9cc36ef2db79370c9.tar.xz glibc-74238b8ee7150094715513a9cc36ef2db79370c9.zip |
Mark U0000 as cntrl and U00A0 not as space.
Diffstat (limited to 'localedata/tests-mbwc/dat_iswspace.c')
-rw-r--r-- | localedata/tests-mbwc/dat_iswspace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/tests-mbwc/dat_iswspace.c b/localedata/tests-mbwc/dat_iswspace.c index 3e5a992b4f..ec9e598b46 100644 --- a/localedata/tests-mbwc/dat_iswspace.c +++ b/localedata/tests-mbwc/dat_iswspace.c @@ -16,7 +16,7 @@ TST_ISW_LOC (SPACE, space) = { { { { 0x0080 }, { 0,0,1,0 } }, /* CTRL */ { { 0x009F }, { 0,0,1,0 } }, /* CTRL */ - { { 0x00A0 }, { 0,0,0,0 } }, /* NB SPACE */ + { { 0x00A0 }, { 0,0,1,0 } }, /* NB SPACE */ { { 0x00A1 }, { 0,0,1,0 } }, /* UD ! */ { { 0x00B0 }, { 0,0,1,0 } }, /* Degree */ { { 0x00B1 }, { 0,0,1,0 } }, /* +- sign */ |