Using the file command as follows will allow you to identify what character encoding a specific file has. This came in handy when I was reading a file from Python as by default it treats the file as ASCII encoded.
bash> file -i file.txt
test.txt: text/plain; charset=utf-16le
No comments:
Post a Comment