iconv

Name

iconv -- show the system's host name

Synopsis

iconv -f encoding -t encoding [--list] [-o file] [--output file] [--verbose] inputfile

Description

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.

Options

-f, --from-code encoding

Convert characters from encoding

-t, --to-code encoding

Convert characters to encoding

--list

List known coded character sets

-o, --output file

Specify output file (instead of stdin)

--verbose

Print progress information