[Bug 38501] GetClipboardData(CF_UNICODETEXT) - return ANSI

WineHQ Bugzilla wine-bugs at winehq.org
Mon Jan 11 12:48:31 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=38501

Damjan Jovanovic <damjan.jov at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
                 CC|                            |damjan.jov at gmail.com
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #4 from Damjan Jovanovic <damjan.jov at 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.

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