From 5f800bb9da1a1f4c9544669d8e20031e033b8dc8 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 19 Mar 2006 18:18:07 +0000 Subject: Fixed my fix regarding the encoding of some filenames: Provide both Windows and UTF-8 encoded versions of the German puttzoo svn-id: r21388 --- engines/scumm/plugin.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'engines/scumm') diff --git a/engines/scumm/plugin.cpp b/engines/scumm/plugin.cpp index 3d443d144d..4ff003e0e2 100644 --- a/engines/scumm/plugin.cpp +++ b/engines/scumm/plugin.cpp @@ -1027,8 +1027,11 @@ static const SubstResFileNames substResFileNameTable[] = { { "putttime", "ZeitDemo", kGenMac }, { "putttime", "ZEITDEMO", kGenPC }, { "puttzoo", "Puttzoo Demo", kGenMac }, - { "puttzoo", "PuttZoo", kGenMac }, - { "puttzoo", "T\xf6\xff-T\xf6\xff\x99 Zoo Demo", kGenMac }, + { "puttzoo", "PuttZoo", kGenMac }, + + { "puttzoo", "T\xC3\xB6""ff-T\xC3\xB6""ff\xE2\x84\xA2 Zoo Demo", kGenMac }, // German Toeff-Toeff, UTF-8 encoding + { "puttzoo", "T\xF6""ff-T""\xF6""ff\x99 Zoo Demo", kGenMac }, // German Toeff-Toeff, Windows encoding + { "puttzoo", "zoodemo", kGenPC }, { "puttzoo", "Zoo Demo", kGenMac }, { "SamsFunShop", "Sam's FunShop", kGenMac }, -- cgit v1.2.3