How can I determine the character encoding of plain text files (such as HTML) on Mac OS X?
Asked
Active
Viewed 3.4k times
1 Answers
26
file -I {filename} worked from the link Ayaz provided. Apparently though, there is no definite way to determine the encoding.