diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-08-15 19:28:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-08-15 19:28:54 +0000 |
commit | 1e6d2101ea891d63c11e8ad096f049fbb7e35242 (patch) | |
tree | 9728fbbcc721a22e20f541167554e91a0285839b /intl/tst-gettext.c | |
parent | a691b2172546d5851ad4c0b696061c321dd700d5 (diff) | |
download | glibc-1e6d2101ea891d63c11e8ad096f049fbb7e35242.tar.gz glibc-1e6d2101ea891d63c11e8ad096f049fbb7e35242.tar.xz glibc-1e6d2101ea891d63c11e8ad096f049fbb7e35242.zip |
Update.
* intl/tst-gettext.sh: Adjust for change for de.po file to UTF-8. * intl/tst-gettext.c: Likewise.
Diffstat (limited to 'intl/tst-gettext.c')
-rw-r--r-- | intl/tst-gettext.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/intl/tst-gettext.c b/intl/tst-gettext.c index 09b0e796ee..a8406c21f2 100644 --- a/intl/tst-gettext.c +++ b/intl/tst-gettext.c @@ -87,8 +87,8 @@ main (int argc, char *argv[]) setenv ("LC_MESSAGES", "non-existing-locale", 1); setenv ("LC_CTYPE", "non-existing-locale", 1); setenv ("LANG", "non-existing-locale", 1); - check_setlocale (LC_CTYPE, "de_DE.ISO-8859-1"); - check_setlocale (LC_MESSAGES, "de_DE.ISO-8859-1"); + check_setlocale (LC_CTYPE, "de_DE.UTF-8"); + check_setlocale (LC_MESSAGES, "de_DE.UTF-8"); unsetenv ("OUTPUT_CHARSET"); /* This is the name of the existing domain with a catalog for the LC_MESSAGES category. */ |