Manual Pages for UNIX Darwin command on man iconv
MyWebUniversity

Manual Pages for UNIX Darwin command on man iconv

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

NAME

iconv - character set conversion

SYNOPSIS

iconv [-cc] [-ss] [-ff encoding] [-tt encoding] [inputfile ...]

iconv -ll

DESCRIPTION

The iiccoonnvv program converts text from one encoding to another encoding.

More precisely, it converts ffrroomm the encoding given for the -ff option

ttoo the encoding given for the -tt option. Either of these encodings

defaults to the encoding of the current locale. All the inputfiles are read and converted in turn; if no inputfile is given, the standard input is used. The converted text is printed to standard output.

When option -cc is given, characters that cannot be converted are

silently discarded, instead of leading to a conversion error.

When option -ss is given, error 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 the iconvopen(3) manual page.

The iiccoonnvv -ll command lists the names of the supported encodings, in a

system dependent format. For the libiconv implementation, the names are

printed in upper case, separated by whitespace, and alias names of an encoding are listed on the same line as the encoding itself.

SEE ALSO

iiccoonnvvooppeenn(3) GNU January 13, 2002 ICONV(1)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™