[Bug 31435] New: git lastest version(1.5.10) don't show korean text
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.
http://bugs.winehq.org/show_bug.cgi?id=31435 YunSong Hwang <hys545(a)dreamwiz.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #1 from YunSong Hwang <hys545(a)dreamwiz.com> 2013-08-29 07:16:43 CDT --- fixed -- 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.
http://bugs.winehq.org/show_bug.cgi?id=31435 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Alexandre Julliard <julliard(a)winehq.org> 2013-08-30 13:05:47 CDT --- Closing bugs fixed in 1.7.1. -- 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.
participants (1)
-
wine-bugs@winehq.org