diff options
Diffstat (limited to 'localedata/tests-mbwc/dat_towlower.c')
-rw-r--r-- | localedata/tests-mbwc/dat_towlower.c | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/localedata/tests-mbwc/dat_towlower.c b/localedata/tests-mbwc/dat_towlower.c index c5fae1b670..bc80941979 100644 --- a/localedata/tests-mbwc/dat_towlower.c +++ b/localedata/tests-mbwc/dat_towlower.c @@ -14,28 +14,28 @@ TST_TOW_LOC (LOWER, lower) = { { TST_TOW_REC (de, lower) { - { { WEOF }, { 0,0, 1, (wint_t)-1 } }, - { { 0x0080 }, { 0,0, 1, 0x0080 } }, - { { 0x00CC }, { 0,0, 1, 0x00EC } }, - { { 0x00EC }, { 0,0, 1, 0x00EC } }, + { { WEOF }, { 0, 1, (wint_t)-1 } }, + { { 0x0080 }, { 0, 1, 0x0080 } }, + { { 0x00CC }, { 0, 1, 0x00EC } }, + { { 0x00EC }, { 0, 1, 0x00EC } }, { is_last: 1 } /* Last element. */ } }, { TST_TOW_REC (enUS, lower) { - { { WEOF }, { 0,0, 1, (wint_t)-1 } }, - { { 0x007F }, { 0,0, 1, 0x007F } }, - { { 0x0041 }, { 0,0, 1, 0x0061 } }, - { { 0x0061 }, { 0,0, 1, 0x0061 } }, + { { WEOF }, { 0, 1, (wint_t)-1 } }, + { { 0x007F }, { 0, 1, 0x007F } }, + { { 0x0041 }, { 0, 1, 0x0061 } }, + { { 0x0061 }, { 0, 1, 0x0061 } }, { is_last: 1 } /* Last element. */ } }, { TST_TOW_REC (eucJP, lower) { - { { 0x007F }, { 0,0, 1, 0x007F } }, - { { 0x0080 }, { 0,0, 1, 0x0080 } }, - { { 0xFF21 }, { 0,0, 1, 0xFF41 } }, - { { 0xFF41 }, { 0,0, 1, 0xFF41 } }, + { { 0x007F }, { 0, 1, 0x007F } }, + { { 0x0080 }, { 0, 1, 0x0080 } }, + { { 0xFF21 }, { 0, 1, 0xFF41 } }, + { { 0xFF41 }, { 0, 1, 0xFF41 } }, { is_last: 1 } /* Last element. */ } }, |