Looking for beta testers import of passwords to InfoWallet
Dave Cragg
dave.cragg at lacscentre.co.uk
Mon Jan 23 05:26:15 EST 2012
On 23 Jan 2012, at 03:16, Bill Vlahos wrote:
> put uniDecode(uniEncode(tData, "UTF8")) into tData
Bill,
Using this approach assumes that the original text is either UTF-8 encoded or that it is plain ASCII with no "funny" characters with a charToNum value above 127. I don't think it will work if the original text contains "funny" characters and the encoding is something such as Latin-1 or Mac Roman. It wasn't clear from your original mail whether that was a possibility.
Dave
More information about the use-livecode
mailing list