http://bugs.winehq.org/show_bug.cgi?id=5506 ondrej <gal(a)email.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gal(a)email.cz --- Comment #5 from ondrej <gal(a)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.