Kenji - thanks! That works perfectly on my UK English OS X system.

Another question...

If I build a file path eg. put "~/Desktop/unicodeFoldername/ unicodeFilename" into tFile

can I then write to that file (using the shell) provided I encode it as UTF-8 ie "uniDecode(uniEncode(tFile), "utf8") ?

I'll try it, anyway.

Thanks again,

Mark

On 7 Aug 2007, at 12:34, Kenji Kojima wrote:

Mark,

It works in Japanese file names on MacOSX.

put  "cd ~/Desktop" &cr & "ls -v" into tScript
set the unicodeText of fld 1 to uniEncode(shell(tScript) , utf8)

--
Kenji Kojima
http://www.kenjikojima.com/




_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to