diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-05-15 01:57:05 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-05-15 01:57:05 +0000 |
commit | a754f018b8ccf6d9d48979e35177c40231cc787b (patch) | |
tree | ca7da4f3afd9c4e1d30616b1dad3b4697a1f103f /iconvdata/bug-iconv6.c | |
parent | 5deca9bbff362cff0f348cbfa13e26439e240cf2 (diff) | |
download | glibc-a754f018b8ccf6d9d48979e35177c40231cc787b.tar glibc-a754f018b8ccf6d9d48979e35177c40231cc787b.tar.gz glibc-a754f018b8ccf6d9d48979e35177c40231cc787b.tar.bz2 glibc-a754f018b8ccf6d9d48979e35177c40231cc787b.zip |
* iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
* iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
Diffstat (limited to 'iconvdata/bug-iconv6.c')
-rw-r--r-- | iconvdata/bug-iconv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/bug-iconv6.c b/iconvdata/bug-iconv6.c index f920954bc2..b364f4c161 100644 --- a/iconvdata/bug-iconv6.c +++ b/iconvdata/bug-iconv6.c @@ -13,7 +13,7 @@ static const char testbuf[] = { static int do_test (void) { - setlocale (LC_ALL, "en_US.UTF-8"); + setlocale (LC_ALL, "de_DE.UTF-8"); iconv_t ic = iconv_open ("ISO-2022-JP//TRANSLIT", "UTF-8"); if (ic == (iconv_t) -1) { |