aboutsummaryrefslogtreecommitdiff
path: root/localedata/tests-mbwc/dat_towupper.c
diff options
context:
space:
mode:
Diffstat (limited to 'localedata/tests-mbwc/dat_towupper.c')
-rw-r--r--localedata/tests-mbwc/dat_towupper.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/localedata/tests-mbwc/dat_towupper.c b/localedata/tests-mbwc/dat_towupper.c
index 74e9dfbdb4..ef706a84ad 100644
--- a/localedata/tests-mbwc/dat_towupper.c
+++ b/localedata/tests-mbwc/dat_towupper.c
@@ -14,28 +14,28 @@ TST_TOW_LOC (UPPER, upper) = {
{ TST_TOW_REC (de, upper)
{
- { { WEOF }, { 0,0, 1, (wint_t)-1 } },
- { { 0x0080 }, { 0,0, 1, 0x0080 } },
- { { 0x00EC }, { 0,0, 1, 0x00CC } },
- { { 0x00CC }, { 0,0, 1, 0x00CC } },
+ { { WEOF }, { 0, 1, (wint_t)-1 } },
+ { { 0x0080 }, { 0, 1, 0x0080 } },
+ { { 0x00EC }, { 0, 1, 0x00CC } },
+ { { 0x00CC }, { 0, 1, 0x00CC } },
{ is_last: 1 } /* Last element. */
}
},
{ TST_TOW_REC (enUS, upper)
{
- { { WEOF }, { 0,0, 1, (wint_t)-1 } },
- { { 0x0080 }, { 0,0, 1, 0x0080 } },
- { { 0x0041 }, { 0,0, 1, 0x0041 } },
- { { 0x0061 }, { 0,0, 1, 0x0041 } },
+ { { WEOF }, { 0, 1, (wint_t)-1 } },
+ { { 0x0080 }, { 0, 1, 0x0080 } },
+ { { 0x0041 }, { 0, 1, 0x0041 } },
+ { { 0x0061 }, { 0, 1, 0x0041 } },
{ is_last: 1 } /* Last element. */
}
},
{ TST_TOW_REC (eucJP, upper)
{
- { { WEOF }, { 0,0, 1, (wint_t)-1 } },
- { { 0x007F }, { 0,0, 1, 0x007F } },
- { { 0xFF41 }, { 0,0, 1, 0xFF21 } },
- { { 0xFF21 }, { 0,0, 1, 0xFF21 } },
+ { { WEOF }, { 0, 1, (wint_t)-1 } },
+ { { 0x007F }, { 0, 1, 0x007F } },
+ { { 0xFF41 }, { 0, 1, 0xFF21 } },
+ { { 0xFF21 }, { 0, 1, 0xFF21 } },
{ is_last: 1 } /* Last element. */
}
},