saving unicodetext
Posted: Mon Apr 08, 2013 2:48 am
So here, I am finishing a Chinese App and wanting to save the unicode in a fld to a .txt file, and I just get gibberish...eg
set the defaultFolder to specialFolderPath("Documents")
put the unicodetext of fld "scrollfield" into URL ("file:mylist.txt")
or
set the defaultFolder to specialFolderPath("Documents")
set the unicodetext URL ("file:mylist.txt") to the unicodetext of fld "scrollfield"
and the file won't save.
Any ideas of my syntax that won't let me save unicode field into a .txt file?
Scott
set the defaultFolder to specialFolderPath("Documents")
put the unicodetext of fld "scrollfield" into URL ("file:mylist.txt")
or
set the defaultFolder to specialFolderPath("Documents")
set the unicodetext URL ("file:mylist.txt") to the unicodetext of fld "scrollfield"
and the file won't save.
Any ideas of my syntax that won't let me save unicode field into a .txt file?
Scott