
iconv(1) | iconv(1) |
NAME
iconv - code set conversion
SYNOPSIS
iconv
DESCRIPTION
iconv converts the encoding of characters in the input ®les from the fromcode code set to the tocode code set, and writes the results on standard output. If no input ®les are given, iconv reads from standard input. If - appears as an input ®le name, iconv reads standard input at that point. - - can be used to delimit the end of options (see getopt(3C)).
Options
iconv recognizes the following options:
The fromcode and tocode names can be any of the base and alias names listed in the iconv con®guration ®le, /usr/lib/nls/iconv/config.iconv. See iconv(3C) for details and the con®guration ®le for a list of supported code set names.
EXTERNAL INFLUENCES
Environment Variables
LANG provides a default value for the internationalization variables that are unset or null. If LANG is unset or null, the default value of "C" (see lang(5)) is used. If any of the internationalization variables contains an invalid setting, iconv will behave as if all internationalization variables are set to "C". See environ(5).
LC_ALL If set to a
LC_CTYPE determines the interpretation of text as single and/or
LC_MESSAGES determines the locale that should be used to affect the format and contents of diagnostic messages written to standard error and informative messages written to standard output.
NLSPATH determines the location of message catalogues for the processing of LC_MESSAGES.
International Code Set Support
Single and
WARNINGS
If an input character does not have a valid equivalent in the code set selected by the
If an input character does not belong to the code set selected by the
EXAMPLES
Convert the contents of ®le foo from code set Roman8 to ISO 8859/1 and store the results in ®le bar.
iconv
FILES | iconv con®guration ®le |
/usr/lib/nls/iconv/config.iconv | |
AUTHOR |
|
iconv was developed by HP. |
|
i
− 1 − | Section 1−347 |