Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=66817739ad8cb63e359803623e5746b4732a1d68
commit 66817739ad8cb63e359803623e5746b4732a1d68 Author: Priyank <[EMAIL PROTECTED]> Date: Thu Sep 20 19:43:54 2007 +0530 set the default textdomain codeset to UTF-8. * This solves the problem of accents not being displayed correctly in some languages. diff --git a/src/gfpm.c b/src/gfpm.c index 2b3c11b..90158a6 100644 --- a/src/gfpm.c +++ b/src/gfpm.c @@ -43,6 +43,7 @@ main (int argc, char *argv[]) setlocale (LC_ALL, ""); bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); + bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); textdomain (GETTEXT_PACKAGE); gtk_init (&argc, &argv); _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
