Query: iconv
OS: freebsd
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ICONV(1) BSD General Commands Manual ICONV(1)NAMEiconv -- codeset conversion utilitySYNOPSISiconv [-cs] -f from_name -t to_name [file ...] iconv -f from_name [-cs] [-t to_name] [file ...] iconv -t to_name [-cs] [-f from_name] [file ...] iconv -lDESCRIPTIONThe iconv utility converts the codeset of file (or from standard input if no file is specified) from codeset from_name to codeset to_name and outputs the converted text on standard output. The following options are available: -c Prevent output of any invalid characters. By default, iconv outputs an ``invalid character'' specified by the to_name codeset when it encounts a character which is valid in the from_name codeset but does not have a corresponding character in the to_name codeset. -f Specifies the source codeset name as from_name. -l Lists available codeset names. Note that not all combinations of from_name and to_name are valid. -s Silent. By default, iconv outputs the number of ``invalid characters'' to standard error if they exist. This option prevents this be- haviour. -t Specifies the destination codeset name as to_name.EXIT STATUSThe iconv utility exits 0 on success, and >0 if an error occurs.SEE ALSOmkcsmapper(1), mkesdb(1), iconv(3)STANDARDSiconv conform to IEEE Std 1003.1-2008 (``POSIX.1'').HISTORYiconv first appeared in NetBSD 2.0, and made its appearance in FreeBSD 9.0.BSDOctober 22, 2009 BSD
Related Man Pages |
---|
iconv_open(3) - netbsd |
iconv_close(3) - netbsd |
iconv(1) - freebsd |
mkcsmapper(1) - freebsd |
__iconv(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
iconv -l and ANSEL character set |
iconv and xmllint |
Why does my test fail ?? |
Iconv: conversion IBM-852 to UTF8 : which filesets to be installed ? |
Iconv on large files |