GNOME Bugzilla – Bug 168988
wrong charset used for i18n in programs not using libgnomeui directly
Last modified: 2005-05-09 09:29:25 UTC
Distribution/Version: Mandrakelinux cooker bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8") is not called in file-chooser, causing translation to be unreadable in mozilla not using libgnomeui (like firefox) when locale are not UTF-8. Attached patch fixes the problem
Created attachment 38157 [details] [review] init gettext to use UTF-8
Alex, can this go in?
It needs #ifdef HAVE_BIND_TEXTDOMAIN_CODESET wrappers. Seems to me that it needs: bindtextdomain (GETTEXT_PACKAGE, GNOMEUILOCALEDIR); too
Created attachment 45967 [details] [review] better patch, init i18n completely and ifdef bind_textdomain_codeset
Looks good to me.
committed on HEAD and 2.10 branch.