Make conversion Shift_JIS -> EUC-JP work better.
[libiconv.git] / man / iconv.1.html
blob980f88f7bcc9311396d8c1313102c713c7187ecb
1 <html>
2 <head>
3 <meta name="generator" content="groff -Thtml, see www.gnu.org">
4 <meta name="Content-Style" content="text/css">
5 <title>ICONV</title>
6 </head>
7 <body>
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>
15 <hr>
16 <!-- Creator : groff version 1.17 -->
17 <!-- CreationDate: Mon May 21 14:35:11 2001 -->
18 <a name="NAME"></a>
19 <h2>NAME</h2>
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>
26 <h2>SYNOPSIS</h2>
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>
35 <h2>DESCRIPTION</h2>
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
49 output.</td></table>
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>
59 <h2>SEE ALSO</h2>
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>
66 <hr>
67 </body>
68 </html>