[Bug 30245] Copy Chinese web page content, and paste into the notepad or word will appear garbled.

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Mar 25 20:17:01 CDT 2012


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

--- Comment #5 from zhchengsmile at gmail.com 2012-03-25 20:17:01 CDT ---
Well.

I try to debug this issue, and find some clues:

In dlls/winex11drv/clipboard. c:

builtin_formats []
...
{CF_UNICODETEXT, XATOM_COMPOUND_TEXT, X11DRV_CLIPBOARD_ImportCompoundText,
X11DRV_CLIPBOARD_ExportString},
...

Change X11DRV_CLIPBOARD_ImportCompoundText->X11DRV_CLIPBOARD_ImportUTF8 

will solve the problem, but I don't know why?

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