How can determine the character encoding of plain text files (such as html) on Mac OS X?

link|improve this question

1  
There is a similar thread on Stack Overflow: stackoverflow.com/questions/539294/… – ayaz Jun 13 '10 at 8:07
possible duplicate of Converting the encoding of a text file (Mac OS X) – Sathya Jun 13 '10 at 9:19
feedback

1 Answer

up vote 1 down vote accepted

file -I {filename} worked from the link Ayaz provided. Apparently though, there is no definite way to determine the encoding.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.