From 9f6012c29474569a88fca7a47743cd570b6f5e02 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 8 Apr 2008 20:04:51 +0000 Subject: First attempt to support Japanese DIG svn-id: r31456 --- engines/scumm/string.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/scumm/string.cpp') diff --git a/engines/scumm/string.cpp b/engines/scumm/string.cpp index b83a4a3c44..61a960b3ed 100644 --- a/engines/scumm/string.cpp +++ b/engines/scumm/string.cpp @@ -1335,6 +1335,8 @@ void ScummEngine_v7::loadLanguageBundle() { // Don't know what a line with '!' means, just ignore it } else if (*ptr == 'h') { // File contains Korean text (Hangul). just ignore it + } else if (*ptr == 'j') { + // File contains Japanese text. just ignore it } else if (*ptr == 'e') { // File is encoded! enc = 0x13; -- cgit v1.2.3