Make conversion Shift_JIS -> EUC-JP work better.
[libiconv.git] / man / iconv_close.3.html
blob9e7364410a92d66de75d6d5b3666fe22625af4ae
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_CLOSE</title>
6 </head>
7 <body>
9 <h1 align=center>ICONV_CLOSE</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="#RETURN VALUE">RETURN VALUE</a><br>
14 <a href="#CONFORMING TO">CONFORMING TO</a><br>
15 <a href="#SEE ALSO">SEE ALSO</a><br>
17 <hr>
18 <!-- Creator : groff version 1.17 -->
19 <!-- CreationDate: Mon May 21 14:35:12 2001 -->
20 <a name="NAME"></a>
21 <h2>NAME</h2>
22 <table width="100%" border=0 rules="none" frame="void"
23 cols="2" cellspacing="0" cellpadding="0">
24 <tr valign="top" align="left">
25 <td width="10%"></td><td width="90%">
26 iconv_close - deallocate descriptor for character set conversion</td></table>
27 <a name="SYNOPSIS"></a>
28 <h2>SYNOPSIS</h2>
30 <table width="100%" border=0 rules="none" frame="void"
31 cols="2" cellspacing="0" cellpadding="0">
32 <tr valign="top" align="left">
33 <td width="10%"></td><td width="90%">
34 <pre><b>#include &lt;iconv.h&gt;
36 int iconv_close (iconv_t</b> <i>cd</i><b>);
37 </b></pre></td></table>
38 <a name="DESCRIPTION"></a>
39 <h2>DESCRIPTION</h2>
41 <table width="100%" border=0 rules="none" frame="void"
42 cols="2" cellspacing="0" cellpadding="0">
43 <tr valign="top" align="left">
44 <td width="10%"></td><td width="90%">
45 The <b>iconv_close</b> function deallocates a conversion
46 descriptor <i>cd</i> previously allocated using
47 <b>iconv_open</b>.</td></table>
48 <a name="RETURN VALUE"></a>
49 <h2>RETURN VALUE</h2>
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 When successful, the <b>iconv_close</b> function returns 0.
56 In case of error, it sets <b>errno</b> and returns
57 -1.</td></table>
58 <a name="CONFORMING TO"></a>
59 <h2>CONFORMING TO</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 UNIX98</td></table>
66 <a name="SEE ALSO"></a>
67 <h2>SEE ALSO</h2>
69 <table width="100%" border=0 rules="none" frame="void"
70 cols="2" cellspacing="0" cellpadding="0">
71 <tr valign="top" align="left">
72 <td width="10%"></td><td width="90%">
73 <b>iconv_open</b>(3), <b>iconv</b>(3)</td></table>
74 <hr>
75 </body>
76 </html>