This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

tst-translit failure



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]