From 210bc3a3cef2e84c0d7bde5afa40a779136cf5d7 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Mon, 19 Apr 2010 06:57:39 +0000 Subject: SCI: comment about platforms, where 8859-1 mapping is working svn-id: r48708 --- engines/sci/event.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engines/sci/event.cpp b/engines/sci/event.cpp index e1358b38ae..44e9d531bb 100644 --- a/engines/sci/event.cpp +++ b/engines/sci/event.cpp @@ -184,6 +184,8 @@ sciEvent SciEvent::getFromScummVM() { } // we get 8859-1 character, we need dos (cp850/437) character for multilingual sci01 games // TODO: check, if we get 8859-1 on all platforms + // Currently checked: Windows XP (works), Wii w/ USB keyboard (works), Mac OS X (works) + // Ubuntu (does not work, seems to be UTF-8) input.character = codepagemap_88591toDOS[input.character & 0x7f]; } if (input.data == Common::KEYCODE_TAB) { -- cgit v1.2.3