iconv <inputfile...>
Character set conversion
Arguments
Name | Description |
---|---|
inputfile | filepaths |
Options
Name | Description |
---|---|
--help | Show help for iconv |
--version | Output version information and exit |
-f, --from-code <encoding> | Specifies the encoding of the input |
-t, --to-code <encoding> | Specifies the encoding of the output |
-c | Discard unconvertible characters |
-l, --list | List 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 |