[ scummvm-Bugs-633087 ] NewGUI: german umlauts

noreply at sourceforge.net noreply at sourceforge.net
Mon Nov 4 02:58:54 CET 2002


Bugs item #633087, was opened at 2002-11-04 02:58
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=633087&group_id=37116

Category: GUI
Group: All Games
Status: Open
Resolution: None
Priority: 5
Submitted By: Martin Ottowitz (sir_kill_a_lot)
Assigned to: Nobody/Anonymous (nobody)
Summary: NewGUI: german umlauts

Initial Comment:
ScummVM 0.2.7 CVS, Built on Oct 31 2002 07:14:27

NewGUI doesn't draw german umlauts properly.
For example: DOTT German should display the 
string "Pause. Leertaste für weiter." in the pause dialog.

This character 'ü' (ue) has an ASCII code of 0x81, in 
NewGui::drawChar and NewGui::getCharWidth are 
signed chars used, so the fix would be probably to just 
cast them to unsigned before adding them to the guifont 
pointer.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=633087&group_id=37116




More information about the Scummvm-tracker mailing list