Linux – Check File Encoding/Charset

To check your file encoding/charset. Use the following command.

file --mime-encoding <filename>

 

Possible output:

<filename>: utf-8

 

For Mac user, you can simply use

file -I <filename>

 

Done =)

Reference: Mac – Check File Encoding

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.