From: Ulrich Drepper Date: Thu, 9 Aug 2001 16:37:41 +0000 (+0000) Subject: Use de_DE.UTF-8 locale. X-Git-Tag: cvs/glibc-2_2_4~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ca0d915c7df66b097fe3eb9e08670965be7b6eb;p=thirdparty%2Fglibc.git Use de_DE.UTF-8 locale. --- diff --git a/libio/tst-ungetwc2.c b/libio/tst-ungetwc2.c index 90644275321..64efa9d6196 100644 --- a/libio/tst-ungetwc2.c +++ b/libio/tst-ungetwc2.c @@ -18,10 +18,10 @@ main (void) long int pos; int result = 0; - puts ("This program runs on en_US.UTF-8 locale."); - if (setlocale (LC_ALL, "en_US.UTF-8") == NULL) + puts ("This program runs on de_DE.UTF-8 locale."); + if (setlocale (LC_ALL, "de_DE.UTF-8") == NULL) { - fprintf (stderr, "Err: Cannot run on the en_US.UTF-8 locale\n"); + fprintf (stderr, "Err: Cannot run on the de_DE.UTF-8 locale\n"); exit (EXIT_FAILURE); }