summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2006-11-22 14:32:55 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2006-11-22 14:32:55 +0000
commit1c65f91864647fe9ceb36cebbac631d3f9719c53 (patch)
treeed35aa0e23aeb5d5bc9dd3bab8d7abd239ae36da /media-video/ogle-gui/files
parentAdd ~sparc-fbsd keyword. (diff)
downloadgentoo-2-1c65f91864647fe9ceb36cebbac631d3f9719c53.tar.gz
gentoo-2-1c65f91864647fe9ceb36cebbac631d3f9719c53.tar.bz2
gentoo-2-1c65f91864647fe9ceb36cebbac631d3f9719c53.zip
Switch gettext to utf-8 output, fixing bug #84850.
(Portage version: 2.1.2_rc2-r1)
Diffstat (limited to 'media-video/ogle-gui/files')
-rw-r--r--media-video/ogle-gui/files/ogle-gui-0.9.2-text-encoding.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/media-video/ogle-gui/files/ogle-gui-0.9.2-text-encoding.patch b/media-video/ogle-gui/files/ogle-gui-0.9.2-text-encoding.patch
new file mode 100644
index 000000000000..f28f945b119a
--- /dev/null
+++ b/media-video/ogle-gui/files/ogle-gui-0.9.2-text-encoding.patch
@@ -0,0 +1,12 @@
+Nur in ogle_gui-0.9.2-orig/po: messages.mo.
+diff -ru ogle_gui-0.9.2-orig/src/main.c ogle_gui-0.9.2/src/main.c
+--- ogle_gui-0.9.2-orig/src/main.c 2006-11-20 15:43:27.000000000 +0100
++++ ogle_gui-0.9.2/src/main.c 2006-11-20 16:10:22.000000000 +0100
+@@ -237,6 +237,7 @@
+ #ifdef ENABLE_NLS
+ setlocale(LC_ALL, "");
+ bindtextdomain (PACKAGE, LOCALEDIR);
++ bind_textdomain_codeset(PACKAGE, "UTF-8");
+ textdomain (PACKAGE);
+ #endif
+ if(argc==1) {