Opened 19 years ago

Closed 19 years ago

Last modified 6 years ago

#8490 closed patch

Korean Fix

Reported by: SF/wonst719 Owned by: Kirben
Priority: normal Component: Engine: SCUMM
Version: Keywords:
Cc: Game:

Description

This patch fixes problem that Korean text is not properly displayed. It should also affect Kanji versions and fix some bugs about "Kanji crashes".

Changes: * in CHARSET_1(), CJK handling code is NOT executed with v7. Since CJK is handled in drawBlastTexts(), It should not be handled twice. * SJIStoFMTChunk(): changed error() to debug(4, ...). This check should not be in error(), since converting kanji charset is NOT perfect and produces invalid offset occasionally. And this invalid offset is not have an effect with the game.

Ticket imported from: #1367403. Ticket imported from: patches/595.

Attachments (1)

cjkfix.diff (2.0 KB ) - added by SF/wonst719 19 years ago.
the patch

Download all attachments as: .zip

Change History (4)

by SF/wonst719, 19 years ago

Attachment: cjkfix.diff added

the patch

comment:1 by Kirben, 19 years ago

Owner: set to Kirben
Status: newclosed

comment:2 by Kirben, 19 years ago

Thanks, I added the patch to ScummVM CVS.

comment:3 by digitall, 6 years ago

Component: Engine: SCUMM
Note: See TracTickets for help on using tickets.