From 3470b82679c30642a7a9e3b9e59cd12afb957761 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 3 Jan 2001 04:02:46 +0000 Subject: Update. 2001-01-02 Ulrich Drepper * intl/dcigettext.c (guess_category_value): Rewrite so that LANGUAGE value is ignored if the selected locale is the C locale. * intl/tst-gettext.c: Set locale for above change. * intl/tst-translit.c: Likewise. --- intl/tst-gettext.c | 1 + 1 file changed, 1 insertion(+) (limited to 'intl/tst-gettext.c') diff --git a/intl/tst-gettext.c b/intl/tst-gettext.c index a83b1d25bd..1f5e6f1918 100644 --- a/intl/tst-gettext.c +++ b/intl/tst-gettext.c @@ -76,6 +76,7 @@ main (int argc, char *argv[]) setenv ("LC_CTYPE", "non-existing-locale", 1); setenv ("LANG", "non-existing-locale", 1); setlocale (LC_CTYPE, "de_DE.ISO-8859-1"); + setlocale (LC_MESSAGES, "de_DE.ISO-8859-1"); unsetenv ("OUTPUT_CHARSET"); /* This is the name of the existing domain with a catalog for the LC_MESSAGES category. */ -- cgit 1.4.1