Seth Woolley's Man Viewer

Manual for iconv - man iconv

([section] manual, -k keyword, -K [section] search, -f whatis)
man plain no title

ICONV(1)                   Linux Programmer's Manual                  ICONV(1)



NAME
       iconv(1,3) - character set(7,n,1 builtins) conversion

SYNOPSIS
       iconv(1,3) [-c] [-s] [-f encoding(3,n)] [-t encoding(3,n)] [inputfile ...]
       iconv(1,3) -l

DESCRIPTION
       The  iconv(1,3) program converts text from one encoding(3,n) to another encoding.
       More precisely, it converts from the encoding(3,n) given for the  -f  option
       to  the  encoding(3,n)  given  for  the -t option. Either of these encodings
       defaults to the encoding(3,n) of the current locale. All the inputfiles  are
       read(2,n,1 builtins)  and  converted  in(1,8)  turn;  if(3,n) no inputfile is given, the standard
       input is used. The converted text is printed to standard output.

       When option -c is  given,  characters  that  cannot  be  converted  are
       silently discarded, instead of leading to a conversion error.

       When  option -s is given, error(8,n) messages about invalid or unconvertible
       characters are omitted, but the actual converted text is unaffected.

       The encodings permitted are system dependent. For the  libiconv  imple-
       mentation, they are listed in(1,8) the iconv_open(3) manual page.

       The  iconv(1,3)  -l command lists the names of the supported encodings, in(1,8) a
       system dependent format. For the libiconv implementation, the names are
       printed  in(1,8)  upper case, separated by whitespace, and alias names of an
       encoding(3,n) are listed on the same line as the encoding(3,n) itself.

SEE ALSO
       iconv_open(3), locale(3,5,7)(7)



GNU                            January 13, 2002                       ICONV(1)

References for this manual (incoming links)