about summary refs log tree commit diff
path: root/localedata/tests-mbwc/dat_wctob.c
diff options
context:
space:
mode:
Diffstat (limited to 'localedata/tests-mbwc/dat_wctob.c')
-rw-r--r--localedata/tests-mbwc/dat_wctob.c42
1 files changed, 21 insertions, 21 deletions
diff --git a/localedata/tests-mbwc/dat_wctob.c b/localedata/tests-mbwc/dat_wctob.c
index e4cae62d23..6205048099 100644
--- a/localedata/tests-mbwc/dat_wctob.c
+++ b/localedata/tests-mbwc/dat_wctob.c
@@ -11,41 +11,41 @@ TST_WCTOB tst_wctob_loc [] = {
 
     {	{ Twctob, TST_LOC_de },
 	{
-	  {  { WEOF   }, { 0,0,	 1, EOF	       }  },
-	  {  { 0x0020 }, { 0,0,	 1, 0x20       }  },
-	  {  { 0x0061 }, { 0,0,	 1, 0x61       }  },
-	  {  { 0x0080 }, { 0,0,	 1, 0x80       }  },
-	  {  { 0x00C4 }, { 0,0,	 1, 0xC4       }  },
-	  {  { 0x30C4 }, { 0,0,	 1, EOF	       }  },
+	  {  { WEOF   }, { 0,	 1, EOF	       }  },
+	  {  { 0x0020 }, { 0,	 1, 0x20       }  },
+	  {  { 0x0061 }, { 0,	 1, 0x61       }  },
+	  {  { 0x0080 }, { 0,	 1, 0x80       }  },
+	  {  { 0x00C4 }, { 0,	 1, 0xC4       }  },
+	  {  { 0x30C4 }, { 0,	 1, EOF	       }  },
 	  {  is_last: 1 } /* Last element.  */
 	}
     },
     {	{ Twctob, TST_LOC_enUS },
 	{
-	  {  { WEOF   }, { 0,0,	 1, EOF	       }  },
-	  {  { 0x0020 }, { 0,0,	 1, 0x20       }  },
-	  {  { 0x0061 }, { 0,0,	 1, 0x61       }  },
+	  {  { WEOF   }, { 0,	 1, EOF	       }  },
+	  {  { 0x0020 }, { 0,	 1, 0x20       }  },
+	  {  { 0x0061 }, { 0,	 1, 0x61       }  },
 #ifdef SHOJI_IS_RIGHT
-	  {  { 0x0080 }, { 0,0,	 1, 0x80       }  },
-	  {  { 0x00C4 }, { 0,0,	 1, 0xC4       }  },
+	  {  { 0x0080 }, { 0,	 1, 0x80       }  },
+	  {  { 0x00C4 }, { 0,	 1, 0xC4       }  },
 #else
 	  /* XXX These are no valid characters.  */
-	  {  { 0x0080 }, { 0,0,	 1, EOF        }  },
-	  {  { 0x00C4 }, { 0,0,	 1, EOF        }  },
+	  {  { 0x0080 }, { 0,	 1, EOF        }  },
+	  {  { 0x00C4 }, { 0,	 1, EOF        }  },
 #endif
-	  {  { 0x30C4 }, { 0,0,	 1, EOF	       }  },
+	  {  { 0x30C4 }, { 0,	 1, EOF	       }  },
 	  {  is_last: 1 } /* Last element.  */
 	}
     },
     {	{ Twctob, TST_LOC_eucJP },
 	{
-	  {  { WEOF   }, { 0,0,	 1, EOF	       }  },
-	  {  { 0x0020 }, { 0,0,	 1, 0x20       }  },
-	  {  { 0x0061 }, { 0,0,	 1, 0x61       }  },
-	  {  { 0x0080 }, { 0,0,	 1, 0x80       }  },
-	  {  { 0x00FF }, { 0,0,	 1, EOF        }  },
-	  {  { 0x00C4 }, { 0,0,	 1, EOF	       }  },
-	  {  { 0x30C4 }, { 0,0,	 1, EOF	       }  },
+	  {  { WEOF   }, { 0,	 1, EOF	       }  },
+	  {  { 0x0020 }, { 0,	 1, 0x20       }  },
+	  {  { 0x0061 }, { 0,	 1, 0x61       }  },
+	  {  { 0x0080 }, { 0,	 1, 0x80       }  },
+	  {  { 0x00FF }, { 0,	 1, EOF        }  },
+	  {  { 0x00C4 }, { 0,	 1, EOF	       }  },
+	  {  { 0x30C4 }, { 0,	 1, EOF	       }  },
 	  {  is_last: 1 } /* Last element.  */
 	}
     },