SOURCES: frozen-bubble-no_utf8.patch (NEW) - don't use utf8; somet...

shadzik shadzik at pld-linux.org
Sun Oct 29 00:49:30 CEST 2006


Author: shadzik                      Date: Sat Oct 28 22:49:30 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- don't use utf8; somethings wrong with it on pld

---- Files affected:
SOURCES:
   frozen-bubble-no_utf8.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/frozen-bubble-no_utf8.patch
diff -u /dev/null SOURCES/frozen-bubble-no_utf8.patch:1.1
--- /dev/null	Sun Oct 29 00:49:30 2006
+++ SOURCES/frozen-bubble-no_utf8.patch	Sun Oct 29 00:49:25 2006
@@ -0,0 +1,11 @@
+--- frozen-bubble	2006-10-26 22:09:46.000000000 +0200
++++ frozen-bubble-new	2006-10-29 00:51:05.816439944 +0200
+@@ -99,7 +99,7 @@
+ eval(cat_($hiscorefiles{mptrain} = "$ENV{HOME}/.fbhighscores-mptrain"));
+ 
+ textdomain("frozen-bubble");
+-bind_textdomain_codeset("frozen-bubble", "UTF-8");  #- we're going to use SDL-ttf functions using UTF-8 input
++#bind_textdomain_codeset("frozen-bubble", "UTF-8");  #- we're going to use SDL-ttf functions using UTF-8 input
+ our $is_rtl = $ENV{LANGUAGE} =~ /^fa/;
+ 
+ print "        [[ Frozen-Bubble-$version ]]\n\n";
================================================================


More information about the pld-cvs-commit mailing list