creating a Unicode (UTF-8) file using open/write/close file
Kenji Kojima
index at kenjikojima.com
Thu Sep 25 04:09:00 EDT 2003
On 2003.Sep.25, at 12:18 AM, Dar Scott wrote:
> Does this work?
>
> put uniDecode(the unicodeText of fld 1, "UTF8") into URL
> "binfile:testUTF8.txt"
Yes, it worked for UTF8.
And SJIS too.
put uniDecode(the unicodeText of fld 1, "Japanese") into URL
"binfile:testSJIS.txt"
Thanks,
--
Kenji Kojima
http://www.kenjikojima.com/
More information about the use-livecode
mailing list