From: Bruce Dubbs Date: Tue, 16 Jun 2009 00:27:48 +0000 (-0700) Subject: (do_test): Use de_DE.UTF-8 as locale name. X-Git-Tag: fedora/glibc-2.10.1-3~4^2~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4da50f4b075b4ed9c75f072e1e26deee720fb8bf;p=thirdparty%2Fglibc.git (do_test): Use de_DE.UTF-8 as locale name. (cherry picked from commit 4155d926336ba38428a98359bf0908453ff83625) --- diff --git a/ChangeLog b/ChangeLog index c77ed82e6db..f7ac9ecb4bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2009-06-15 Ulrich Drepper + [BZ #10196] + * libio/tst-fgetwc.c (do_test): Use de_DE.UTF-8 as locale name. + Patch by Bruce Dubbs . + * time/tzfile.c (__tzfile_read): Correct computation of tzspec_len. [BZ #10211] diff --git a/libio/tst-fgetwc.c b/libio/tst-fgetwc.c index 9ccfeb15263..06e4a424ff7 100644 --- a/libio/tst-fgetwc.c +++ b/libio/tst-fgetwc.c @@ -6,7 +6,7 @@ static int do_test (void) { - if (setlocale (LC_ALL, "de_DE.utf8") == NULL) + if (setlocale (LC_ALL, "de_DE.UTF-8") == NULL) { puts ("setlocale failed"); return 1;