http://bugs.winehq.org/show_bug.cgi?id=6140
--- Comment #6 from Austin English <austinenglish(a)gmail.com> 2008-06-12 11:01:21 ---
Is this still an issue in current (1.0-rc4 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=6498
Zhangrong Huang <hzhrong(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hzhrong(a)gmail.com
--- Comment #3 from Zhangrong Huang <hzhrong(a)gmail.com> 2008-06-12 10:46:12 ---
It's 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=9128
--- Comment #3 from Austin English <austinenglish(a)gmail.com> 2008-06-12 10:45:29 ---
Invalid/wontfix?
--
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=2161
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |patch
--- Comment #11 from Austin English <austinenglish(a)gmail.com> 2008-06-12 10:38:49 ---
Is this still an issue in current (1.0-rc4 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=4065
Zhangrong Huang <hzhrong(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hzhrong(a)gmail.com
--- Comment #13 from Zhangrong Huang <hzhrong(a)gmail.com> 2008-06-12 10:31:27 ---
(In reply to comment #6)
> 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();
> }
It's wrong fix, we couldn't change lfCharSet here.
In this case, after creating fonts with DEFAULT_CHARSET or ANSI_CHARSET,
when drawing text, GdiGetCodePage(hdc) returns incorrect codepage.
for example, on Simplified Chinese env, GdiGetCodePage(hdc) should return
codepage 936 instead of 1251(directly from lfCharSet).
I'll submit a test-case for GdiGetCodePage to demonstrate that.
>
> 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=3783
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |1.2.0
--
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=1304
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
--- Comment #6 from Dan Kegel <dank(a)kegel.com> 2008-06-12 10:00:07 ---
This was a win9x thing. Nobody expects them anymore, I think.
The buttons weren't on cmd.exe / command.com, they were on the window
that it ran in (winoldap?).
So not invalid, but no longer needed, I think.
--
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=8865
--- Comment #14 from Austin English <austinenglish(a)gmail.com> 2008-06-12 09:55:35 ---
Is this still an issue in current (1.0-rc4 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=697
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |1.2.0
--
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=5382
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |1.2.0
--
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.