Hi, Does WINE support automatic type conversion between certain kinds of clipboard formats? For e.g. between CF_TEXT and CF_UNICODETEXT and similar types of conversions? Any inputs would be appreciated Regards Santosh Siddheshwar ********************************************************************* Disclaimer: The information in this e-mail and any attachments is confidential / privileged. It is intended solely for the addressee or addressees. If you are not the addressee indicated in this message, you may not copy or deliver this message to anyone. In such case, you should destroy this message and kindly notify the sender by reply email. Please advise immediately if you or your employer does not consent to Internet email for messages of this kind. *********************************************************************
"Santosh Siddheshwar" santosh.s@sonata-software.com wrote:
Does WINE support automatic type conversion between certain kinds of clipboard formats? For e.g. between CF_TEXT and CF_UNICODETEXT and similar types of conversions?
Yes, it does. However support not for all synthesized formats has been implemented at the moment, and some recent clipboard changes have broken some clipboard functionality, so the clipboard test I wrote for crossover doesn't pass anymore on current Wine CVS. I'll try to fix the failures and send the patch to wine-patches at some point.
See dlls/x11drv/clipboard.c,X11DRV_CLIPBOARD_RenderSynthesizedFormat() for details.