On 24/07/2013, at 3:05 AM, John Dixon <[email protected]> wrote:
> How do I handle letters with accents on the ipad ?... I am getting strange > chars in the middle of strings of french addreses being returned, when > getting 'google' to change long/lat to physical addresses ... They are most likely utf8 encoded. You probably want something like: set the unicodeText of field "address" to uniEncode(theAddress,"utf8") Cheers -- Monte Goulding M E R Goulding - software development services mergExt - There's an external for that! _______________________________________________ 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
