![]() |
![]()
| ![]() |
![]()
NAMEiconv - charset conversion utility SYNOPSISiconv -f from_charset -t to_charset [ -s inputstring | file... ] DESCRIPTIONThe iconv utility converts the characters or sequences of characters in file(s) (or inputstring if specified with the -s option) from one charset to another and writes the results to standard output. Should no conversion exist for a particular character then it is converted to the underscore '_' in the target charset. The list of supported conversions and the locations of the associated conversion tables are provided in the iconv(3) manual page. OPTIONSThe following options are supported:
OPERANDSThe following operands are supported:
EXAMPLESThe following example converts the contents of file mail1 from charset iso-8859-5 to utf-8 and stores the results in file mail.local. example% iconv -f iso-8859-5 -t utf-8 mail1 > mail.local ENVIRONMENTSee iconv(3) for the description of the ICONV_PATH environment variable that affects the behaviour of iconv. EXIT STATUSThe following exit values are returned:
SEE ALSOiconv(3)
|