Change File Encoding
Tagged with: ascii, command, encoding, file, iconv, Linux, utf8
Sunday, February 17th, 2008 11:06 PM
Creates a new from the given input file by assuming it is encoded in fromEncoding and converting it to toEncoding.
iconv -f fromEncoding -t toEncoding inputFile > outputFile