summaryrefslogtreecommitdiff
blob: 2dba187189ff9bc34fcac7ce25b90ec5c29d1d49 (plain)
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);
 }