http://bugs.winehq.org/show_bug.cgi?id=16325
--- Comment #49 from ByeongSik Jeon bsjeon@hanmail.net 2008-12-12 04:09:07 --- (In reply to comment #48)
So, after a discussion with people on #winehackers, I added an almost trivial patch to my stuff: one that hardcoded return of WineEngGetTextCharsetInfo to DEFAULT_CHARSET (as in non-freetype version of this function).
In my test, I think that GetTextCharset( WindEngGetTextCharsetInfo ) has no problem. This function's return value depends the font-links setting. ---- current codepage = 949 lfFaceName=Arial, lfCharSet= 1, GetTextCharset= 0, cp= 949, expected_cp= 949 lfFaceName=Tahoma, lfCharSet= 1, GetTextCharset= 129, cp= 949, expected_cp= 949 ---- Tahoma has the font-links setting, and Arial is no.