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-07-18 20:32:25 +0000
committerUlrich Drepper <drepper@redhat.com>2000-07-18 20:32:25 +0000
commit74238b8ee7150094715513a9cc36ef2db79370c9 (patch)
tree40262e4b4d10fe80f9ce7bd6f87224482fbf5173 /localedata/tests-mbwc/dat_iswctype.c
parentf306e7ff7bb939bfd52c4f8ec001856e0f680d07 (diff)
downloadglibc-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_iswctype.c')
-rw-r--r--localedata/tests-mbwc/dat_iswctype.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/localedata/tests-mbwc/dat_iswctype.c b/localedata/tests-mbwc/dat_iswctype.c
index 7e481ff72f..bfabfa4394 100644
--- a/localedata/tests-mbwc/dat_iswctype.c
+++ b/localedata/tests-mbwc/dat_iswctype.c
@@ -133,7 +133,7 @@ TST_ISWCTYPE tst_iswctype_loc [] = {
       {	 { 0x00F7, "punct"  }, { 0,0,0,0 }  },	   /* division */
       {	 { 0x00FF, "punct"  }, { 0,0,1,0 }  },	   /* y dia    */
       {	 { 0x009F, "space"  }, { 0,0,1,0 }  },	   /* CTRL     */
-      {	 { 0x00A0, "space"  }, { 0,0,0,0 }  },	   /* NB SPACE */
+      {	 { 0x00A0, "space"  }, { 0,0,1,0 }  },	   /* NB SPACE */
       {	 { 0x00A1, "space"  }, { 0,0,1,0 }  },	   /* UD !     */
       {	 { 0x00B1, "space"  }, { 0,0,1,0 }  },	   /* +- sign  */
       {	 { 0x00F8, "space"  }, { 0,0,1,0 }  },	   /* o stroke */
@@ -210,12 +210,7 @@ TST_ISWCTYPE tst_iswctype_loc [] = {
       {	 { 0x0009, "blank"  }, { 0,0,0,0 }  },
       {	 { 0x000B, "blank"  }, { 0,0,1,0 }  },
       {	 { 0x0020, "blank"  }, { 0,0,0,0 }  },
-#ifdef SHOJI_IS_RIGHT
       {	 { 0x0000, "cntrl"  }, { 0,0,0,0 }  },
-#else
-      /* XXX U0000 has no properties at all.  */
-      {	 { 0x0000, "cntrl"  }, { 0,0,1,0 }  },
-#endif
       {	 { 0x001F, "cntrl"  }, { 0,0,0,0 }  },
       {	 { 0x0020, "cntrl"  }, { 0,0,1,0 }  },
       {	 { 0x0021, "cntrl"  }, { 0,0,1,0 }  },