summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-strategy/warzone2100/files/warzone2100-2.1_beta2-encoding.patch')
-rw-r--r--games-strategy/warzone2100/files/warzone2100-2.1_beta2-encoding.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/games-strategy/warzone2100/files/warzone2100-2.1_beta2-encoding.patch b/games-strategy/warzone2100/files/warzone2100-2.1_beta2-encoding.patch
new file mode 100644
index 000000000000..2dba187189ff
--- /dev/null
+++ b/games-strategy/warzone2100/files/warzone2100-2.1_beta2-encoding.patch
@@ -0,0 +1,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);
+ }