[Bug 11861] regedit does not correctly display unicode value data

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Mar 9 16:36:42 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=11861


Mikolaj Zalewski <mikolaj.zalewski at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|programs                    |fonts




--- Comment #3 from Mikolaj Zalewski <mikolaj.zalewski at gmail.com>  2008-03-09 16:36:42 ---
That's a fonts problems - the edit control passes the correct string to
TextOutW (and one can see that the listview uses a different font - that's
probably why it works). I don't know if this failes because of a lack of
Windows-compatible Chinese fonts in Wine or a bug e.g. in font linking or 'MS
Shell Dlg' mapping.

What is definitely a bug is that GetTextExtentPoint32W computes 10 pixels for
the ':' replacement character while in fact it's shorter. This is why there is
a gap after :: and if one types some recognisable charaters (e.g. 'a') after it
then the cursor position will be out-of-sync with the character being edited.


-- 
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.



More information about the wine-bugs mailing list