diff options
Diffstat (limited to 'stdio-common/bug14.c')
-rw-r--r-- | stdio-common/bug14.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/bug14.c b/stdio-common/bug14.c index 6ef54d5201..317d4969d3 100644 --- a/stdio-common/bug14.c +++ b/stdio-common/bug14.c @@ -11,7 +11,7 @@ static const char string[] = "\ int main (void) { - if (setlocale (LC_ALL, "de_DE.utf8") == NULL) + if (setlocale (LC_ALL, "de_DE.UTF-8") == NULL) { puts ("cannot set locale"); exit (1); |