Monte... Thank you...
put approxAddress(coord) into temp set the unicodeText of fld "latlong" of card "theworks" to uniEncode(temp,"utf8") That was right on the nose... I would be too embarrassed to say how long I have spent not getting that correct...:-) go gently... > From: [email protected] > Subject: Re: french accents and other funny letters... > Date: Wed, 24 Jul 2013 07:01:07 +1000 > To: [email protected] > > > 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 _______________________________________________ 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
