tst-translit failure
Bruno Haible
haible@ilog.fr
Tue Jul 25 07:15:00 GMT 2000
In my environment, the tst-translit test failed. I have OUTPUT_CHARSET set
to UTF-8, so it didn't transliterate anything. Fix:
2000-07-25 Bruno Haible <haible@clisp.cons.org>
* intl/tst-translit.c (main): Unset OUTPUT_CHARSET.
*** glibc-20000724/intl/tst-translit.c.bak Mon Jul 24 15:34:48 2000
--- glibc-20000724/intl/tst-translit.c Tue Jul 25 01:30:52 2000
***************
*** 29,34 ****
--- 29,35 ----
const char *s;
setenv ("LANGUAGE", "existing-locale", 1);
+ unsetenv ("OUTPUT_CHARSET");
textdomain ("translit");
bindtextdomain ("translit", OBJPFX "domaindir");
More information about the Libc-alpha
mailing list