[Scummvm-cvs-logs] SF.net SVN: scummvm:[48034] scummvm/trunk

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Wed Feb 10 18:08:07 CET 2010


Revision: 48034
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48034&view=rev
Author:   fingolfin
Date:     2010-02-10 17:08:07 +0000 (Wed, 10 Feb 2010)

Log Message:
-----------
Fix Rober Spalek & Hans-Joerg Frieden in the CPP resp. plain text versions of the credits

Modified Paths:
--------------
    scummvm/trunk/AUTHORS
    scummvm/trunk/gui/credits.h
    scummvm/trunk/tools/credits.pl

Modified: scummvm/trunk/AUTHORS
===================================================================
--- scummvm/trunk/AUTHORS	2010-02-10 16:47:53 UTC (rev 48033)
+++ scummvm/trunk/AUTHORS	2010-02-10 17:08:07 UTC (rev 48034)
@@ -264,7 +264,7 @@
   Packages
   --------
     AmigaOS 4:
-       Hans-Jorg Frieden     - (retired)
+       Hans-Joerg Frieden    - (retired)
        Hubert Maier         
        Juha Niemimaki        - (retired)
 

Modified: scummvm/trunk/gui/credits.h
===================================================================
--- scummvm/trunk/gui/credits.h	2010-02-10 16:47:53 UTC (rev 48033)
+++ scummvm/trunk/gui/credits.h	2010-02-10 17:08:07 UTC (rev 48034)
@@ -94,7 +94,7 @@
 "",
 "C1""Draci",
 "C0""Denis Kasak",
-"C0""Robert \352palek",
+"C0""Robert Spalek",
 "",
 "C1""Drascula",
 "C0""Filippos Karapetis",

Modified: scummvm/trunk/tools/credits.pl
===================================================================
--- scummvm/trunk/tools/credits.pl	2010-02-10 16:47:53 UTC (rev 48033)
+++ scummvm/trunk/tools/credits.pl	2010-02-10 17:08:07 UTC (rev 48034)
@@ -79,8 +79,8 @@
 
 	$text =~ s/ä/a/g;
 	$text =~ s/ü/ue/g;
-	# HACK: Torbj*o*rn but G*oe*ffringmann and R*oe*ver
-	$text =~ s/ör/or/g;
+	# HACK: Torbj*o*rn but G*oe*ffringmann and R*oe*ver and J*oe*rg
+	$text =~ s/Torbjörn/Torbjorn/g;
 	$text =~ s/ö/oe/g;
 
 	$text =~ s/&/&/g;
@@ -92,12 +92,13 @@
 sub html_entities_to_cpp {
 	my $text = shift;
 
+	# The numerical values are octal!
 	$text =~ s/á/\\341/g;
 	$text =~ s/é/\\351/g;
 	$text =~ s/ó/\\363/g;
 	$text =~ s/ø/\\370/g;
 	$text =~ s/ł/l/g;
-	$text =~ s/Š/\\352/g;
+	$text =~ s/Š/S/g;
 
 	$text =~ s/ä/\\344/g;
 	$text =~ s/ö/\\366/g;
@@ -116,9 +117,11 @@
 	$text =~ s/é/\\'8e/g;
 	$text =~ s/ó/\\'97/g;
 	$text =~ s/ø/\\'bf/g;
+	# The following numerical values are octal!
 	$text =~ s/ł/\\uc0\\u322 /g;
-	$text =~ s/Š/\\uc0\\u352 /g;
+	$text =~ s/Š/\\uc0\\u540 /g;
 
+	# Back to hex numbers
 	$text =~ s/ä/\\'8a/g;
 	$text =~ s/ö/\\'9a/g;
 	$text =~ s/ü/\\'9f/g;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list