| Linux / Unix Command: iconv |
NAME
iconv - Convert encoding of given files from one encoding to anotherSYNOPSIS
iconv -f encoding -t encoding inputfileDESCRIPTION
The iconv program converts the encoding of characters in inputfile from one coded character set to another. The result is written to standard output unless otherwise specified by the --output option.--from-code, -f encoding
Convert characters from encoding
--to-code, -t encoding
Convert characters to encoding
--list
List known coded character sets
--output, -o file
Specify output file (instead of stdout)
--verbose
Important: Use the man command (% man) to see how a command is used on your particular computer.

