http://bugs.winehq.org/show_bug.cgi?id=8614
--- Comment #6 from Austin English <austinenglish(a)gmail.com> 2008-04-14 03:04:05 ---
Is this still an issue in current (0.9.59 or newer) wine? Is there a
demo/download of this?
--
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=8613
--- Comment #2 from Austin English <austinenglish(a)gmail.com> 2008-04-14 03:03:28 ---
Is this still an issue in current (0.9.59 or newer) wine? Is there a
demo/download of this showing the same problem?
--
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=8606
--- Comment #6 from Austin English <austinenglish(a)gmail.com> 2008-04-14 03:02:52 ---
Is this still an issue in current (0.9.59 or newer) wine?
--
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=8604
--- Comment #3 from Austin English <austinenglish(a)gmail.com> 2008-04-14 03:02:07 ---
Is this still an issue in current (0.9.59 or newer) wine?
--
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=8594
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #4 from Austin English <austinenglish(a)gmail.com> 2008-04-14 02:56:01 ---
Closing.
--
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=8594
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
--- Comment #3 from Austin English <austinenglish(a)gmail.com> 2008-04-14 02:55:54 ---
Abandoned.
--
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=4065
--- Comment #6 from bug filler <mozbugbox(a)yahoo.com.au> 2008-04-14 02:54:55 ---
Created an attachment (id=12162)
--> (http://bugs.winehq.org/attachment.cgi?id=12162)
a hack for codepage cp936
I saw a patch floating around to fix the problem for Chinese users. It
hardwired the cp396 (Simplified Chinese) codepage to
WineEngCreateFontInstance();.
It also has some font size manipulation which are irrelevant.
What the problem seems to be that the font had its charset set to
DEFAULT_CHARSET or ANSI_CHARSET, as a result, no proper charset translation can
be established.
http://source.winehq.org/source/dlls/gdi32/freetype.c#L3170
I believe what should be done is:
if( lf.lfCharSet == DEFAULT_CHARSET || lf.lfCharSet == ANSI_CHARSET) {
lf.lfCharSet = get_default_charset();
}
or it could be solved in some higher level where the hfont was first created.
see also bug #5506
--
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=8593
--- Comment #8 from Austin English <austinenglish(a)gmail.com> 2008-04-14 02:54:23 ---
Is this still an issue in current (0.9.59 or newer) wine? Sounds like a system
misconfiguration (likely driver bug).
--
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=8589
--- Comment #6 from Austin English <austinenglish(a)gmail.com> 2008-04-14 02:52:39 ---
Is this still an issue in current (0.9.59 or newer) wine?
--
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=8564
--- Comment #19 from Austin English <austinenglish(a)gmail.com> 2008-04-14 02:52:25 ---
Is this still an issue in current (0.9.59 or newer) wine?
--
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.