From 702bb353dcb527f21f157c5db7d52d0a1b84c7e8 Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Mon, 3 Jan 2005 23:51:16 +0000 Subject: :) svn-id: r16420 --- tools/credits.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/credits.pl b/tools/credits.pl index a8ce8ac195..a9c43353b8 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -61,9 +61,11 @@ sub convert_html_entities { # ø -> o # ö -> o / oe # & -> & + # ł -> l $text =~ s/á/a/g; $text =~ s/é/e/g; $text =~ s/ø/o/g; + $text =~ s/ł/l/g; # HACK: Torbj*o*rn but G*oe*ffringmann and R*oe*ver $text =~ s/ör/or/g; @@ -227,7 +229,7 @@ begin_credits("Credits"); add_person("Jonathan Gray", "khalek", "Engine: SCUMM, HE, Broken Sword II"); add_person("Travis Howell", "Kirben", "Engine: SCUMM, HE, Simon the Sorcerer"); add_person("Oliver Kiehl", "olki", "Engine: Beneath a Steel Sky, Simon"); - add_person("Pawel Kolodziejski", "aquadran", "Engine: SCUMM (Codecs, iMUSE, Smush, etc.)"); + add_person("Paweł Kołodziejski", "aquadran", "Engine: SCUMM (Codecs, iMUSE, Smush, etc.)"); add_person("Andrew Kurushin", "ajax16384", "Engine: SAGA"); add_person("Gregory Montoir", "cyx", "Engine: Flight of the Amazon Queen, HE"); add_person("Joost Peters", "joostp", "Engine: Beneath a Steel Sky, Flight of the Amazon Queen"); -- cgit v1.2.3