From 4155d926336ba38428a98359bf0908453ff83625 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 15 Jun 2009 17:27:48 -0700 Subject: (do_test): Use de_DE.UTF-8 as locale name. --- libio/tst-fgetwc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libio') diff --git a/libio/tst-fgetwc.c b/libio/tst-fgetwc.c index 9ccfeb1526..06e4a424ff 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; -- cgit v1.2.3