How to determine if a text file is UTF8 ?

jbv at souslelogo.com jbv at souslelogo.com
Tue Oct 29 04:53:11 EDT 2024


Hi list,

How to determine if a text file is UTF8 or just plain ASCII ?
In other words, how to know if one should use
   open file myfile.txt for UTF8 read
or
   open file myfile.txt for read

Thank you.
jbv



More information about the use-livecode mailing list