.TH iconv 1 "July 06, 2005" "iconv(1)" "ALT Linux" .SH NAME \fBiconv\fR - Convert encoding of given files from one encoding to another .SH SYNOPSIS \fBiconv\fR [\fB-r\fR,\fB--replace\fR[=\fISYMBOL\fR]] [\fB-s\fR|\fB--silent\fR] [\fB--verbose\fR] [\fB-f\fR,\fB--from-code\fR=\fINAME\fR] [\fB-t\fR,\fB--to-code\fR=\fINAME\fR] [\fB-o\fR,\fB--output\fR=\fIFILE\fR] \fIINPUTIFILE\fh .PP \fBiconv\fR [\fB-l\fR|\fB--list\fR] [\fB-V\fR|\fB--version\fR] [\fB--usage\fR] [\fB-?\fR|\fB--help\fR] .SH DESCRIPTION The iconv program converts the encoding of characters in \fIINPUTFILE\fR from one coded character set to another. The result is written to standard output unless otherwise specified by the \fB--output\fR option. .SH OPTIONS .SH Input/Output format specification: .IP "\fB-f\fR, \fB--from-code\fR=\fINAME\fR" Encoding of original text .IP "\fB-t\fR, \fB--to-code\fR=\fINAME\fR" Encoding for output text .SH Information: .IP "\fB-l\fR, \fB--list\fR" List all known coded character sets .SH Output control: .IP "\fB-c\fR" Omit invalid characters from output .IP "\fB-o\fR, \fB--output\fR=\fIFILE\fR" Specify output file (instead of stdin) .IP "\fB-r\fR, \fB--replace\fR[=\fISYMBOL\fR]" Replace invalid characters with specified symbol .IP "\fB-s\fR, \fB--silent\fR" Suppress warnings .IP "\fB--verbose\fR" Print progress information .SH Help: .IP "\fB-?\fR, \fB--help\fR" Give help list and exit .IP "\fB--usage\fR" Give a short usage message .IP "\fB-V\fR, \fB--version\fR" Print program version .SH AUTHOR iconv is written by Ulrich Drepper as part of the GNU C Library. This man page is written by Joel Klecker <\fIespy@debian.org\fR>, for the Debian GNU/Linux system. Updated by php-coder <\fIphp-coder@altlinux.ru\fR> for ALT Linux. .SH SEE ALSO \fIiconv(3)\fR, \fIiconv_open(3)\fR, \fIiconv_close(3)\fR