On Fri, Apr 1, 2016 at 5:42 PM, Tiemo Hollmann TB <toolb...@kestner.de> wrote: > Am I right, that the text now is stored in Unicode in the > custom property, when I save the file on windows and therefore I don't have > to translate it anymore on Mac,
If by file you mean LC stack file then you're OK. If by file you mean some other external document that your read from/write to, then you should be aware of this Dictionary entry - see textEncode or textDecode: It is highly recommended that any time you interface with things outside LiveCode (files, network sockets, processes, [databases] etc) that you explicitly textEncode any text you send outside LiveCode and textDecode all text received into LiveCode. If this doesn't happen, a platform-dependent encoding will be used (which normally does not support Unicode text). _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode