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.