Click here to Skip to main content
16,017,333 members

Comments by geoff7 (Top 3 by date)

geoff7 2-Oct-11 15:17pm View    
Thanks it works! I had the functions wrong as you stated!
geoff7 2-Oct-11 5:06am View    
CF_TEXT will not works as it interpretes the bytes as ANSI text and stops at the first null byte. I've tried WideCharToMultibyte (there are a few code examples on the net) but I still get the data as UTF-16. My input data is 0xeo, 0xa0, 0xbo which is a 3 byte UFT-8 and I need to put that character on the clipboard.
If CF_UTF_8 existed (!) I suppose it would be easy.
geoff7 1-Oct-11 18:07pm View    
Thanks - just found the comment link !