chars changed in a fld
Monte Goulding
monte at sweattechnologies.com
Sat Nov 30 15:40:28 EST 2013
On 01/12/2013, at 7:13 AM, Yves COPPE <yvescoppe at skynet.be> wrote:
> What’s the problem ?
Sounds to me like it's been saved as UTF8. Try:
set the unicodeText of field "whatever" to uniEncode(url ("binfile:"&yourFilePath),"UTF8")
or
set the text of field "whatever" to uniDecode(uniEncode(url ("binfile:"&yourFilePath),"UTF8"),"ANSI")
Cheers
--
Monte Goulding
M E R Goulding - software development services
mergExt - There's an external for that!
More information about the use-livecode
mailing list