http://bugs.winehq.org/show_bug.cgi?id=31435 Bug #: 31435 Summary: git lastest version(1.5.10) don't show korean text Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdi32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: hys545(a)dreamwiz.com Classification: Unclassified I use fedora-17(installd package->freetype-2.4.8-3.fc17.i686,fontconfig-2.8.0-7.fc17.i686) I checked git-lastest(2012-8-9)) I test LANG=ko_KR.UTF-8; winecfg result: any text isn't shown .. I test wine-1.5.10 Same error. ----- I test git versions.. I test git versions wine-286854f->error. wine-c683ad7->No error.. I edit function of freetype.c. func name is static HFONT freetype_SelectFont( PHYSDEV dev, HFONT hfont ). My fix is --- 4656,4660c4656,4658 < if(csi.fs.fsCsb[0] & (face->fs.fsCsb[0] | face->fs.fsCsb[0])) //add < // if(face->vertical == want_vertical && < // (csi.fs.fsCsb[0] & face->fs.fsCsb[0] < //|| (font_link != NULL && csi.fs.fsCsb[0] & font_link->fs.fsCsb[0]))) < { ---
if(face->vertical == want_vertical && (csi.fs.fsCsb[0] & face->fs.fsCsb[0] || (font_link != NULL && csi.fs.fsCsb[0] & font_link->fs.fsCsb[0]))) {
--- I -- 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.