Hi,
I'm using Active Perl 5.24 on Windows 10.
I'm trying to set Unicode text to clipboard, using Win32::Clipboard, however when I paste the clipboard I get "Gibberish" for the Unicode characters.
Is there a simple way of doing it?
I saw in an old thread that using Win32::API with SetClipboardData and CF_UNICODETEXT should work, but I'm not sure how to use it. Looks like SetClipboardData is expecting to get some kind of a handle.
Any help is appreciated.