]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use de_DE.UTF-8 locale.
authorUlrich Drepper <drepper@redhat.com>
Thu, 9 Aug 2001 16:37:41 +0000 (16:37 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 9 Aug 2001 16:37:41 +0000 (16:37 +0000)
libio/tst-ungetwc2.c

index 906442753212cdd89d46548e5230ceb19dfb6bbf..64efa9d619622c766a55fb990e4372489d78bfbc 100644 (file)
@@ -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);
     }