[Scummvm-git-logs] scummvm master -> 9818b475545428d96af78147a4e3af7570e73d55

ccawley2011 ccawley2011 at gmail.com
Sun Apr 18 00:40:06 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
9818b47554 GUI: Also use UTF-8 for paragraphs in the credits


Commit: 9818b475545428d96af78147a4e3af7570e73d55
    https://github.com/scummvm/scummvm/commit/9818b475545428d96af78147a4e3af7570e73d55
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2021-04-18T01:39:49+01:00

Commit Message:
GUI: Also use UTF-8 for paragraphs in the credits

Changed paths:
    devtools/credits.pl
    gui/credits.h


diff --git a/devtools/credits.pl b/devtools/credits.pl
index bf4b9565a3..028cfbdbad 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -523,7 +523,7 @@ sub add_paragraph {
 		print "\\\n";
 		print $text . "\\\n";
 	} elsif ($mode eq "CPP") {
-		$text = html_entities_to_ascii($text);
+		$text = html_entities_to_cpp($text);
 		my $line_start = '"C0""';
 		my $line_end = '",';
 		print $line_start . $text . $line_end . "\n";
diff --git a/gui/credits.h b/gui/credits.h
index c99201d84d..ee94c8e351 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -1316,7 +1316,7 @@ static const char *credits[] = {
 "C0""",
 "C0""John Young, Colin Smythe and especially Terry Pratchett himself for sharing the source code of Discworld I & II with us.",
 "C0""",
-"C0""Emilio de Paz Aragon from Alcachofa Soft for sharing the source code of Drascula: The Vampire Strikes Back with us and his generosity with freewaring the game.",
+"C0""Emilio de Paz Arag\303\263n from Alcachofa Soft for sharing the source code of Drascula: The Vampire Strikes Back with us and his generosity with freewaring the game.",
 "C0""",
 "C0""David P. Gray from Gray Design Associates for sharing the source code of the Hugo trilogy.",
 "C0""",
@@ -1324,7 +1324,7 @@ static const char *credits[] = {
 "C0""",
 "C0""Neil Dodwell and David Dew from Creative Reality for providing the source of Dreamweb and for their tremendous support.",
 "C0""",
-"C0""Janusz Wisniewski and Miroslaw Liminowicz from Laboratorium Komputerowe Avalon for providing full source code for Soltys and Sfinx and letting us redistribute the games.",
+"C0""Janusz Wi\305\233niewski and Miroslaw Liminowicz from Laboratorium Komputerowe Avalon for providing full source code for So\305\202tys and Sfinx and letting us redistribute the games.",
 "C0""",
 "C0""Jan Nedoma for providing the sources to the Wintermute-engine, and for his support while porting the engine to ScummVM.",
 "C0""",




More information about the Scummvm-git-logs mailing list