diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-28 07:32:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-28 07:32:19 +0000 |
commit | e6fb884634cded8d92da107d09354409ac1f52a5 (patch) | |
tree | 9770a3e6d44cde7c26b6f98b659e4937bc8a623b /stdio-common | |
parent | a15698cb7ee2b6a76830de251b418c58ffa91802 (diff) | |
download | glibc-e6fb884634cded8d92da107d09354409ac1f52a5.tar.gz glibc-e6fb884634cded8d92da107d09354409ac1f52a5.tar.xz glibc-e6fb884634cded8d92da107d09354409ac1f52a5.zip |
Update.
* stdio-common/bug14.c: Use official name for the locale.
Diffstat (limited to 'stdio-common')
-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); |