retrieve translation in utf-8 codeset. Do not setlocale (). remove intl.

2001-12-09  Gediminas Paulauskas <menesis@delfi.lt>

	* *.c (main): retrieve translation in utf-8 codeset. Do not
	setlocale ().
	* some Makefile.am (INCLUDES): remove intl.
	(..._LDADD): remove INTLLIBS
This commit is contained in:
Gediminas Paulauskas 2001-12-09 12:23:40 +00:00 committed by Gediminas Paulauskas
parent b045659c8e
commit 9f8ed1254f
22 changed files with 27 additions and 17 deletions

View file

@ -316,6 +316,7 @@ main (int argc, char **argv)
free (malloc (1));
bindtextdomain (PACKAGE, GNOMELOCALEDIR);
bind_textdomain_codeset (PACKAGE, "UTF-8");
textdomain (PACKAGE);
gnomelib_register_popt_table (global_options,