ICONVSection: User Commands (1)Updated: March 2001 Index NAMEiconv - convert encoding of given files from one encoding to anotherSYNOPSISiconv -f encoding -t encoding inputfileDESCRIPTIONThe 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.--from-code, -f encoding Convert characters from encoding --to-code, -t encoding Convert characters to encoding --list List known coded character sets --output, -o file Specify output file (instead of stdout) --verbose AUTHORiconv is written by Ulrich Drepper as part of the GNU C Library.This man page is written by Joel Klecker <espy@debian.org>, for the Debian GNU/Linux system.
Index
Created from the Linux Online Manual Pages |