From fd6650707a8af0acb4c4b5da55e217f95b9f595c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 23 Oct 2000 17:11:35 +0000 Subject: Update. 2000-10-22 Bruno Haible * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Add irreversible mappings for 0x8BF8, 0xA27E..0xA2A7. * iconvdata/BIG5HKSCS.irreversible: New file. 2000-10-23 Jakub Jelinek * timezone/zdump.c (main): setlocale LC_CTYPE as well as LC_MESSAGES. * timezone/zic.c (main): Likewise. 2000-10-23 Thorsten Kukuk * nscd/connections.c (invalidate_cache): Don't invalidate a cache if it is not enabled. --- timezone/zdump.c | 1 + 1 file changed, 1 insertion(+) (limited to 'timezone/zdump.c') diff --git a/timezone/zdump.c b/timezone/zdump.c index 094e17251a..45b97c4d62 100644 --- a/timezone/zdump.c +++ b/timezone/zdump.c @@ -155,6 +155,7 @@ char * argv[]; INITIALIZE(cuttime); #if HAVE_GETTEXT - 0 + (void) setlocale(LC_CTYPE, ""); (void) setlocale(LC_MESSAGES, ""); #ifdef TZ_DOMAINDIR (void) bindtextdomain(TZ_DOMAIN, TZ_DOMAINDIR); -- cgit 1.4.1