List Encoding - iconv
Tagged with: command, encoding, iconv, Linux, list, utf
Wednesday, February 27th, 2008 11:05 PM
This command lists all known encodings
iconv -l
This command lists all known encodings
iconv -l
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