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:
parent
b045659c8e
commit
9f8ed1254f
22 changed files with 27 additions and 17 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue