On 2019-06-17 22:09, Paul Dupuis via use-livecode wrote:
Folks (those who may have an interest at least):

I just filed a bug: https://quality.livecode.com/show_bug.cgi?id=22192

Does this ("Private" NOT Unicode aware) seem like a Feature or a Bug?

This is a documentation bug really - you can only store binary data in the
private key of the clipboard/dragboard (these things only store binary
data internally for all things).

So you need to textEncode/textDecode strings, and arrayEncode/Decode arrays
if you want to store either of those things there.

Warmest Regards,

Mark.

--
Mark Waddingham ~ [email protected] ~ http://www.livecode.com/
LiveCode: Everyone can create apps

_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to