On Fri, Sep 25, 2015 at 3:23 PM, Fraser Gordon <[email protected]> wrote:
> > For consistency, it is best to use numToCodepoint (which uses Unicode > codepoint numbers) rather than numToChar (which uses the platform-specific > legacy text encodings). > OK, so what Ralph said - another reason to move to at least LC 7.1 Stable. LC 6 and below you have to test for platform and provide the appropriate numToChar(), LC 7 and above numToCodepoint(0xA0) works for all platforms. Brilliant. _______________________________________________ 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
