Character encoding of clipboard text

Hi,

The photon documentation doesn’t mention it, but I assume that the
encoding of text put on the clipboard should be in UTF8?

Also are the PhClipboardWrite and PhClipboardRead functions ready to be
used? They’re in the photon headers just not the docs yet.

Thanks,
Julian Kinraid

Hi Julian,



“Julian Kinraid” <jkinraid@clear.net.nz> wrote in message
news:ai5sjn$qq8$1@inn.qnx.com

Hi,

The photon documentation doesn’t mention it, but I assume that the
encoding of text put on the clipboard should be in UTF8?

I checked with the developer and yes the clipboard is UTF8

Also are the PhClipboardWrite and PhClipboardRead functions ready to be
used? They’re in the photon headers just not the docs yet.

These are the new functions that should be used wherever possible. The
other clipboard functions are basically wrappers for these functions, so
they shouldn’t be used anymore. Unfortunately the documentation has not yet
been done.

Hope this helps
Regards
Brenda


Thanks,
Julian Kinraid