3 <meta name=
"generator" content=
"groff -Thtml, see www.gnu.org">
4 <meta name=
"Content-Style" content=
"text/css">
9 <h1 align=center
>ICONV
</h1>
10 <a href=
"#NAME">NAME
</a><br>
11 <a href=
"#SYNOPSIS">SYNOPSIS
</a><br>
12 <a href=
"#DESCRIPTION">DESCRIPTION
</a><br>
13 <a href=
"#SEE ALSO">SEE ALSO
</a><br>
16 <!-- Creator : groff version 1.17 -->
17 <!-- CreationDate: Mon May 21 14:35:11 2001 -->
20 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
21 cols=
"2" cellspacing=
"0" cellpadding=
"0">
22 <tr valign=
"top" align=
"left">
23 <td width=
"10%"></td><td width=
"90%">
24 iconv - character set conversion
</td></table>
25 <a name=
"SYNOPSIS"></a>
28 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
29 cols=
"2" cellspacing=
"0" cellpadding=
"0">
30 <tr valign=
"top" align=
"left">
31 <td width=
"10%"></td><td width=
"90%">
32 iconv [
<b>-f
</b> <i>encoding
</i>] [
<b>-t
</b>
33 <i>encoding
</i>] [
<i>inputfile
</i> ...]
</td></table>
34 <a name=
"DESCRIPTION"></a>
37 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
38 cols=
"2" cellspacing=
"0" cellpadding=
"0">
39 <tr valign=
"top" align=
"left">
40 <td width=
"10%"></td><td width=
"90%">
41 The
<b>iconv
</b> program converts text from one encoding to
42 another encoding. More precisely, it converts
<b>from
</b>
43 the encoding given for the
<b>-f
</b> option
<b>to
</b> the
44 encoding given for the
<b>-t
</b> option. Either of these
45 encodings defaults to the encoding of the current locale.
46 All the
<i>inputfile
</i>s are read and converted in turn; if
47 no
<i>inputfile
</i> is given, the standard input is used.
48 The converted text is printed to standard
51 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
52 cols=
"2" cellspacing=
"0" cellpadding=
"0">
53 <tr valign=
"top" align=
"left">
54 <td width=
"10%"></td><td width=
"90%">
55 The encodings permitted are system dependent. For the
56 libiconv implementation, they are listed in the
57 iconv_open(
3) manual page.
</td></table>
58 <a name=
"SEE ALSO"></a>
61 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
62 cols=
"2" cellspacing=
"0" cellpadding=
"0">
63 <tr valign=
"top" align=
"left">
64 <td width=
"10%"></td><td width=
"90%">
65 <b>iconv_open
</b>(
3),
<b>locale
</b>(
7)
</td></table>