creating a Unicode (UTF-8) file using open/write/close file

Dar Scott dsc at swcp.com
Wed Sep 24 22:06:01 EDT 2003


On Wednesday, September 24, 2003, at 07:56 PM, Kenji Kojima wrote:

>   put number of lines of fld 1 into tNum
>   repeat with i=1 to tNum
>     put uniDecode(line i of fld 1, "UTF8") & return after tFld
>   end repeat
>   put tFld into URL "file:testUTF8.txt"

This doesn't work for me.

Should 'the unicodeText of ' be inserted just before 'line i of fld 1'?

Dar Scott




More information about the use-livecode mailing list