summaryrefslogtreecommitdiff
path: root/localedata/tests-mbwc/dat_mbtowc.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_mbtowc.c
parent2528edd3176df331320f366ff3dad88cb6d82533 (diff)
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_mbtowc.c')
-rw-r--r--localedata/tests-mbwc/dat_mbtowc.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/localedata/tests-mbwc/dat_mbtowc.c b/localedata/tests-mbwc/dat_mbtowc.c
index b23653b7d9..fc90769e1d 100644
--- a/localedata/tests-mbwc/dat_mbtowc.c
+++ b/localedata/tests-mbwc/dat_mbtowc.c
@@ -263,20 +263,19 @@ TST_MBTOWC tst_mbtowc_loc [] = {
{
{
{ 1, 1, "\177\244\242", MB_LEN_MAX },
- { 1, 1, "\200\244\242", MB_LEN_MAX },
+ { 1, 1, "\377\244\242", MB_LEN_MAX },
{ 1, 1, "\201\244\242", MB_LEN_MAX },
}
},
{
{
- { 0, 0, 1, +1, 0x007F },
+ { 0, 0, 1, +1, 0x007F },
#ifdef SHOJI_IS_RIGHT
{ 1, EILSEQ, 1, -1, 0x0000 },
- { 1, EILSEQ, 1, -1, 0x0000 },
#else
- { 0, 0, 1, -1, 0x0000 },
- { 0, 0, 1, -1, 0x0000 },
+ { 0, 0, 1, -1, 0x0000 },
#endif
+ { 0, 0, 1, +1, 0x0081 },
}
}
},