Main index | Section 1 | Options |
The following options are available:
| |
Prevent output of any invalid characters. By default, iconv outputs an "invalid character" specified by the to_name codeset when it encounts a character which is valid in the from_name codeset but does not have a corresponding character in the to_name codeset. | |
| |
Specifies the source codeset name as from_name. | |
| |
Lists available codeset names. Note that not all combinations of from_name and to_name are valid. | |
| |
Silent. By default, iconv outputs the number of "invalid characters" to standard error if they exist. This option prevents this behaviour. | |
| |
Specifies the destination codeset name as to_name. | |
iconv -f IBM273 -t UTF-8 file.txt > converted.txt
ICONV (1) | October 22, 2009 |
Main index | Section 1 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | Using Unix is the computing equivalent of listening only to music by David Cassidy | ” |
— Rob Pike |