diff options
Diffstat (limited to 'libio/tst-fgetwc.c')
-rw-r--r-- | libio/tst-fgetwc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/tst-fgetwc.c b/libio/tst-fgetwc.c index 9ccfeb1..06e4a42 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; |