[Bug 5506] WineEngCreateFontInstance Untranslated charset 255

wine-bugs at winehq.org wine-bugs at winehq.org
Wed May 21 05:28:00 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=5506


ondrej <gal at email.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gal at email.cz




--- Comment #5 from ondrej <gal at email.cz>  2008-05-21 05:27:59 ---
I had the same problem with fonts - application requests oem_charset.
I have rewritten one "free" row in the FONT_tci table
from: { DEFAULT_CHARSET, 0, {{0,0,0,0},{FS_LATIN1,0}} },
to: { OEM_CHARSET, 852, {{0,0,0,0},{FS_LATIN2,0}} },
It is bad solution because it works only with my locale, but may be this can
point to bug cause.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list