Hello,

I'm trying to read a text file created with BBEdit on Mac OS X. This file
contains french accented characters.
Now, in my revolution script (also running on OS X), whatever I use :

get URL ("binfile:" & bbeditFileName)
 or
get URL ("file:" & bbeditFileName)
 or
open file bbeditFileName for read
 or
open file bbeditFileName for binary read

the result is the same : all accented characters are converted like a
windows text file and the "it" variable contains weird text :(

So, what I'm doing wrong ?
Thanks in advance for your help.
----------------------
Zax 


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

Reply via email to