1
0
mirror of https://sourceware.org/git/glibc.git synced 2026-01-06 11:51:29 +03:00
* stdio-common/bug14.c: Use official name for the locale.
This commit is contained in:
Ulrich Drepper
2003-01-28 07:32:19 +00:00
parent a15698cb7e
commit e6fb884634
3 changed files with 6 additions and 1 deletions

View File

@@ -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);