Post Reply 
newRPL-Desktop past and copy
12-22-2020, 05:40 PM
Post: #8
RE: newRPL-Desktop past and copy
SetClipboardData(CF_UNICODETEXT, ...) should be compatible with everything, it's one of the standard formats in Windows. This uses UTF-16. I didn't know you could even use UTF-8, but it's certainly not guaranteed to be supported by everything. In files, yes, but on the clipboard, no.

It's not a big problem since the conversion is easy with MultiByteToWideChar() and WideCharToMultiByte()...
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
newRPL-Desktop past and copy - Klaus - 12-21-2020, 03:50 PM
RE: newRPL-Desktop past and copy - _nmr_ - 12-22-2020, 01:18 PM
RE: newRPL-Desktop past and copy - Thomas Okken - 12-22-2020 05:40 PM
RE: newRPL-Desktop past and copy - Klaus - 01-23-2021, 08:38 AM



User(s) browsing this thread: 1 Guest(s)