Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fw-control-center.git;a=commitdiff;h=f277f152f8d252938eaa5b8e167f10de8c440d5f
commit f277f152f8d252938eaa5b8e167f10de8c440d5f Author: Priyank <[EMAIL PROTECTED]> Date: Thu Sep 20 19:50:58 2007 +0530 set the textdomain codeset to UTF-8 * This probably fixes the problem of accents being displayed as '?' in some languages. diff --git a/gnetconfig/src/gnetconfig.c b/gnetconfig/src/gnetconfig.c index dfbc035..c80c0f4 100644 --- a/gnetconfig/src/gnetconfig.c +++ b/gnetconfig/src/gnetconfig.c @@ -41,6 +41,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
