text encoding problem Mac to iOS?
hh
hh at hyperhh.de
Sat Jan 6 12:49:57 EST 2018
You use the clipboard with different objects.
These objects may have different default font settings and
different default text encodings.
And these default fonts may have different sets of glyphs missing.
Possibly you mave have also to encode the text that you paste.
> lock the clipboard
> set the rawClipboardData["public.utf8-plain-text"] \
> to textEncode("äöüÄÖÜß", "UTF-8" ) -- OSX
> unlock the clipboard
More information about the use-livecode
mailing list