1 2 3 4 5 6 7 8 9 10 11
Index: lib/framework/i18n.c =================================================================== --- lib/framework/i18n.c (revision 4126) +++ lib/framework/i18n.c (revision 4127) @@ -99,5 +99,6 @@ #else (void)bindtextdomain(PACKAGE, LOCALEDIR); #endif + (void)bind_textdomain_codeset(PACKAGE, "UTF-8"); (void)textdomain(PACKAGE); }