iconv <inputfile...>

Character set conversion

Arguments

NameDescription
inputfilefilepaths

Options

NameDescription
--helpShow help for iconv
--versionOutput version information and exit
-f, --from-code <encoding>Specifies the encoding of the input
-t, --to-code <encoding>Specifies the encoding of the output
-cDiscard unconvertible characters
-l, --listList the supported encodings
--unicode-subst <FORMATSTRING>Substitution for unconvertible Unicode characters
--byte-subst <FORMATSTRING>Substitution for unconvertible bytes
--widechar-subst <FORMATSTRING>Substitution for unconvertible wide characters