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

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

Reply via email to