This is an old revision of the document!
Linux file encoding
$ file -i file.txt file1: text/plain; charset=utf-16le $ iconv -f utf-16le -t UTF-8 file.txt > file.utf8.txt
This is an old revision of the document!
$ file -i file.txt file1: text/plain; charset=utf-16le $ iconv -f utf-16le -t UTF-8 file.txt > file.utf8.txt