about summary refs log tree commit diff
path: root/localedata/tests-mbwc/dat_wctob.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-07-07 07:12:11 +0000
committerUlrich Drepper <drepper@redhat.com>2000-07-07 07:12:11 +0000
commit89a4f6ff1f643aadc4d3e9e401d792b5198d9f52 (patch)
tree5ccbe38b3c719ba403fdebac6f2dc8761e698405 /localedata/tests-mbwc/dat_wctob.c
parent2528edd3176df331320f366ff3dad88cb6d82533 (diff)
downloadglibc-89a4f6ff1f643aadc4d3e9e401d792b5198d9f52.tar.gz
glibc-89a4f6ff1f643aadc4d3e9e401d792b5198d9f52.tar.xz
glibc-89a4f6ff1f643aadc4d3e9e401d792b5198d9f52.zip
Update.
2000-07-07  Ulrich Drepper  <drepper@redhat.com>

	* locale/programs/locale.c (write_locales): Don't simply add all
	directories found in the subdir, test whether at least the
	LC_CTYPE file is in there.
Diffstat (limited to 'localedata/tests-mbwc/dat_wctob.c')
-rw-r--r--localedata/tests-mbwc/dat_wctob.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/localedata/tests-mbwc/dat_wctob.c b/localedata/tests-mbwc/dat_wctob.c
index d40b74a85a..e4cae62d23 100644
--- a/localedata/tests-mbwc/dat_wctob.c
+++ b/localedata/tests-mbwc/dat_wctob.c
@@ -42,12 +42,8 @@ TST_WCTOB tst_wctob_loc [] = {
 	  {  { WEOF   }, { 0,0,	 1, EOF	       }  },
 	  {  { 0x0020 }, { 0,0,	 1, 0x20       }  },
 	  {  { 0x0061 }, { 0,0,	 1, 0x61       }  },
-#ifdef SHOJI_IS_RIGHT
-	  {  { 0x0080 }, { 0,0,	 1, 0x80       }  },  /* <WAIVER> */
-#else
-	  /* XXX These are no valid characters.  */
-	  {  { 0x0080 }, { 0,0,	 1, EOF        }  },
-#endif
+	  {  { 0x0080 }, { 0,0,	 1, 0x80       }  },
+	  {  { 0x00FF }, { 0,0,	 1, EOF        }  },
 	  {  { 0x00C4 }, { 0,0,	 1, EOF	       }  },
 	  {  { 0x30C4 }, { 0,0,	 1, EOF	       }  },
 	  {  is_last: 1 } /* Last element.  */