https://bugs.winehq.org/show_bug.cgi?id=38501
Bug ID: 38501 Summary: GetClipboardData(CF_UNICODETEXT) - return ANSI Product: Wine Version: 1.7.39 Hardware: x86 OS: FreeBSD Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: rozhuk.im@gmail.com
GetClipboardData(CF_UNICODETEXT) return non unicode text after CTRL+C in ms richedit control.
https://bugs.winehq.org/show_bug.cgi?id=38501
--- Comment #1 from Bruno Jesus 00cpxxx@gmail.com --- Please attach some sample code that reproduces the issue. Is this affecting a specific windows program?
https://bugs.winehq.org/show_bug.cgi?id=38501
--- Comment #2 from Ivan_83 rozhuk.im@gmail.com --- Miranda NG was affected:
http://trac.miranda-ng.org/changeset/13186#file1
https://bugs.winehq.org/show_bug.cgi?id=38501
Ivan_83 rozhuk.im@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rozhuk.im@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=38501
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com --- Could you test to see if it works now after recent clipboard rewrite? Standalone test application is preferable, or a specific miranda release that does not contain a workaround for Wine.
https://bugs.winehq.org/show_bug.cgi?id=38501
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |damjan.jov@gmail.com Status|UNCONFIRMED |RESOLVED
--- Comment #4 from Damjan Jovanovic damjan.jov@gmail.com --- With wine-6.0-rc4 my tests show copying "Hello world!" from our Wordpad (which is a giant richedit control) and pasting as CF_UNICODETEXT gives:
---snip--- 00000000 48 00 65 00 6c 00 6c 00 6f 00 20 00 77 00 6f 00 |H.e.l.l.o. .w.o.| 00000010 72 00 6c 00 64 00 21 00 00 00 |r.l.d.!...| ---snip---
compared to pasting as CF_TEXT:
---snip--- 00000000 48 65 6c 6c 6f 20 77 6f 72 6c 64 21 00 |Hello world!.| ---snip---
Resolving fixed.
https://bugs.winehq.org/show_bug.cgi?id=38501
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 6.1.