iconv_open.3.html 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602
  1. <!-- Creator : groff version 1.18.1 -->
  2. <!-- CreationDate: Tue Jun 30 22:52:08 2009 -->
  3. <html>
  4. <head>
  5. <meta name="generator" content="groff -Thtml, see www.gnu.org">
  6. <meta name="Content-Style" content="text/css">
  7. <title>ICONV_OPEN</title>
  8. </head>
  9. <body>
  10. <h1 align=center>ICONV_OPEN</h1>
  11. <a href="#NAME">NAME</a><br>
  12. <a href="#SYNOPSIS">SYNOPSIS</a><br>
  13. <a href="#DESCRIPTION">DESCRIPTION</a><br>
  14. <a href="#RETURN VALUE">RETURN VALUE</a><br>
  15. <a href="#ERRORS">ERRORS</a><br>
  16. <a href="#CONFORMING TO">CONFORMING TO</a><br>
  17. <a href="#SEE ALSO">SEE ALSO</a><br>
  18. <hr>
  19. <a name="NAME"></a>
  20. <h2>NAME</h2>
  21. <!-- INDENTATION -->
  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>
  26. <td width="89%">
  27. <p>iconv_open &minus; allocate descriptor for character set
  28. conversion</p>
  29. </td>
  30. </table>
  31. <a name="SYNOPSIS"></a>
  32. <h2>SYNOPSIS</h2>
  33. <!-- INDENTATION -->
  34. <table width="100%" border=0 rules="none" frame="void"
  35. cols="2" cellspacing="0" cellpadding="0">
  36. <tr valign="top" align="left">
  37. <td width="10%"></td>
  38. <td width="89%">
  39. <pre><b>#include &lt;iconv.h&gt;
  40. iconv_t iconv_open (const char*</b> <i>tocode</i><b>, const char*</b> <i>fromcode</i><b>);
  41. </b></pre>
  42. </td>
  43. </table>
  44. <a name="DESCRIPTION"></a>
  45. <h2>DESCRIPTION</h2>
  46. <!-- INDENTATION -->
  47. <table width="100%" border=0 rules="none" frame="void"
  48. cols="2" cellspacing="0" cellpadding="0">
  49. <tr valign="top" align="left">
  50. <td width="10%"></td>
  51. <td width="89%">
  52. <p>The <b>iconv_open</b> function allocates a conversion
  53. descriptor suitable for converting byte sequences from
  54. character encoding <i>fromcode</i> to character encoding
  55. <i>tocode</i>.</p>
  56. <!-- INDENTATION -->
  57. <p>The values permitted for <i>fromcode</i> and
  58. <i>tocode</i> and the supported combinations are system
  59. dependent. For the libiconv library, the following encodings
  60. are supported, in all combinations.</p>
  61. </td>
  62. </table>
  63. <!-- INDENTATION -->
  64. <table width="100%" border=0 rules="none" frame="void"
  65. cols="2" cellspacing="0" cellpadding="0">
  66. <tr valign="top" align="left">
  67. <td width="10%"></td>
  68. <td width="89%">
  69. <p>European languages</p></td>
  70. </table>
  71. <!-- INDENTATION -->
  72. <table width="100%" border=0 rules="none" frame="void"
  73. cols="2" cellspacing="0" cellpadding="0">
  74. <tr valign="top" align="left">
  75. <td width="21%"></td>
  76. <td width="77%">
  77. <p>ASCII,
  78. ISO&minus;8859&minus;{1,2,3,4,5,7,9,10,13,14,15,16},
  79. KOI8&minus;R, KOI8&minus;U, KOI8&minus;RU,
  80. CP{1250,1251,1252,1253,1254,1257}, CP{850,866,1131},
  81. Mac{Roman,CentralEurope,Iceland,Croatian,Romania},
  82. Mac{Cyrillic,Ukraine,Greek,Turkish}, Macintosh</p>
  83. </td>
  84. </table>
  85. <!-- INDENTATION -->
  86. <table width="100%" border=0 rules="none" frame="void"
  87. cols="2" cellspacing="0" cellpadding="0">
  88. <tr valign="top" align="left">
  89. <td width="10%"></td>
  90. <td width="89%">
  91. <p>Semitic languages</p></td>
  92. </table>
  93. <!-- INDENTATION -->
  94. <table width="100%" border=0 rules="none" frame="void"
  95. cols="2" cellspacing="0" cellpadding="0">
  96. <tr valign="top" align="left">
  97. <td width="21%"></td>
  98. <td width="77%">
  99. <p>ISO&minus;8859&minus;{6,8}, CP{1255,1256}, CP862,
  100. Mac{Hebrew,Arabic}</p>
  101. </td>
  102. </table>
  103. <!-- INDENTATION -->
  104. <table width="100%" border=0 rules="none" frame="void"
  105. cols="2" cellspacing="0" cellpadding="0">
  106. <tr valign="top" align="left">
  107. <td width="10%"></td>
  108. <td width="89%">
  109. <p>Japanese</p></td>
  110. </table>
  111. <!-- INDENTATION -->
  112. <table width="100%" border=0 rules="none" frame="void"
  113. cols="2" cellspacing="0" cellpadding="0">
  114. <tr valign="top" align="left">
  115. <td width="21%"></td>
  116. <td width="77%">
  117. <p>EUC&minus;JP, SHIFT_JIS, CP932, ISO&minus;2022&minus;JP,
  118. ISO&minus;2022&minus;JP&minus;2,
  119. ISO&minus;2022&minus;JP&minus;1</p>
  120. </td>
  121. </table>
  122. <!-- INDENTATION -->
  123. <table width="100%" border=0 rules="none" frame="void"
  124. cols="2" cellspacing="0" cellpadding="0">
  125. <tr valign="top" align="left">
  126. <td width="10%"></td>
  127. <td width="89%">
  128. <p>Chinese</p></td>
  129. </table>
  130. <!-- INDENTATION -->
  131. <table width="100%" border=0 rules="none" frame="void"
  132. cols="2" cellspacing="0" cellpadding="0">
  133. <tr valign="top" align="left">
  134. <td width="21%"></td>
  135. <td width="77%">
  136. <p>EUC&minus;CN, HZ, GBK, CP936, GB18030, EUC&minus;TW,
  137. BIG5, CP950, BIG5&minus;HKSCS, BIG5&minus;HKSCS:2001,
  138. BIG5&minus;HKSCS:1999, ISO&minus;2022&minus;CN,
  139. ISO&minus;2022&minus;CN&minus;EXT</p>
  140. </td>
  141. </table>
  142. <!-- TABS -->
  143. <table width="100%" border=0 rules="none" frame="void"
  144. cols="3" cellspacing="0" cellpadding="0">
  145. <tr valign="top" align="left">
  146. <td width="11%"></td>
  147. <td width="8%">
  148. <p>Korean</p>
  149. </td>
  150. <td width="79%">
  151. </td>
  152. </table>
  153. <!-- INDENTATION -->
  154. <table width="100%" border=0 rules="none" frame="void"
  155. cols="2" cellspacing="0" cellpadding="0">
  156. <tr valign="top" align="left">
  157. <td width="21%"></td>
  158. <td width="77%">
  159. <p>EUC&minus;KR, CP949, ISO&minus;2022&minus;KR, JOHAB</p>
  160. </td>
  161. </table>
  162. <!-- INDENTATION -->
  163. <table width="100%" border=0 rules="none" frame="void"
  164. cols="2" cellspacing="0" cellpadding="0">
  165. <tr valign="top" align="left">
  166. <td width="10%"></td>
  167. <td width="89%">
  168. <p>Armenian</p></td>
  169. </table>
  170. <!-- INDENTATION -->
  171. <table width="100%" border=0 rules="none" frame="void"
  172. cols="2" cellspacing="0" cellpadding="0">
  173. <tr valign="top" align="left">
  174. <td width="21%"></td>
  175. <td width="77%">
  176. <p>ARMSCII&minus;8</p>
  177. </td>
  178. </table>
  179. <!-- INDENTATION -->
  180. <table width="100%" border=0 rules="none" frame="void"
  181. cols="2" cellspacing="0" cellpadding="0">
  182. <tr valign="top" align="left">
  183. <td width="10%"></td>
  184. <td width="89%">
  185. <p>Georgian</p></td>
  186. </table>
  187. <!-- INDENTATION -->
  188. <table width="100%" border=0 rules="none" frame="void"
  189. cols="2" cellspacing="0" cellpadding="0">
  190. <tr valign="top" align="left">
  191. <td width="21%"></td>
  192. <td width="77%">
  193. <p>Georgian&minus;Academy, Georgian&minus;PS</p>
  194. </td>
  195. </table>
  196. <!-- TABS -->
  197. <table width="100%" border=0 rules="none" frame="void"
  198. cols="3" cellspacing="0" cellpadding="0">
  199. <tr valign="top" align="left">
  200. <td width="11%"></td>
  201. <td width="7%">
  202. <p>Tajik</p>
  203. </td>
  204. <td width="80%">
  205. </td>
  206. </table>
  207. <!-- INDENTATION -->
  208. <table width="100%" border=0 rules="none" frame="void"
  209. cols="2" cellspacing="0" cellpadding="0">
  210. <tr valign="top" align="left">
  211. <td width="21%"></td>
  212. <td width="77%">
  213. <p>KOI8&minus;T</p>
  214. </td>
  215. </table>
  216. <!-- TABS -->
  217. <table width="100%" border=0 rules="none" frame="void"
  218. cols="3" cellspacing="0" cellpadding="0">
  219. <tr valign="top" align="left">
  220. <td width="11%"></td>
  221. <td width="8%">
  222. <p>Kazakh</p>
  223. </td>
  224. <td width="79%">
  225. </td>
  226. </table>
  227. <!-- INDENTATION -->
  228. <table width="100%" border=0 rules="none" frame="void"
  229. cols="2" cellspacing="0" cellpadding="0">
  230. <tr valign="top" align="left">
  231. <td width="21%"></td>
  232. <td width="77%">
  233. <p>PT154, RK1048</p>
  234. </td>
  235. </table>
  236. <!-- TABS -->
  237. <table width="100%" border=0 rules="none" frame="void"
  238. cols="3" cellspacing="0" cellpadding="0">
  239. <tr valign="top" align="left">
  240. <td width="11%"></td>
  241. <td width="5%">
  242. <p>Thai</p>
  243. </td>
  244. <td width="82%">
  245. </td>
  246. </table>
  247. <!-- INDENTATION -->
  248. <table width="100%" border=0 rules="none" frame="void"
  249. cols="2" cellspacing="0" cellpadding="0">
  250. <tr valign="top" align="left">
  251. <td width="21%"></td>
  252. <td width="77%">
  253. <p>TIS&minus;620, CP874, MacThai</p>
  254. </td>
  255. </table>
  256. <!-- INDENTATION -->
  257. <table width="100%" border=0 rules="none" frame="void"
  258. cols="2" cellspacing="0" cellpadding="0">
  259. <tr valign="top" align="left">
  260. <td width="10%"></td>
  261. <td width="89%">
  262. <p>Laotian</p></td>
  263. </table>
  264. <!-- INDENTATION -->
  265. <table width="100%" border=0 rules="none" frame="void"
  266. cols="2" cellspacing="0" cellpadding="0">
  267. <tr valign="top" align="left">
  268. <td width="21%"></td>
  269. <td width="77%">
  270. <p>MuleLao&minus;1, CP1133</p>
  271. </td>
  272. </table>
  273. <!-- INDENTATION -->
  274. <table width="100%" border=0 rules="none" frame="void"
  275. cols="2" cellspacing="0" cellpadding="0">
  276. <tr valign="top" align="left">
  277. <td width="10%"></td>
  278. <td width="89%">
  279. <p>Vietnamese</p></td>
  280. </table>
  281. <!-- INDENTATION -->
  282. <table width="100%" border=0 rules="none" frame="void"
  283. cols="2" cellspacing="0" cellpadding="0">
  284. <tr valign="top" align="left">
  285. <td width="21%"></td>
  286. <td width="77%">
  287. <p>VISCII, TCVN, CP1258</p>
  288. </td>
  289. </table>
  290. <!-- INDENTATION -->
  291. <table width="100%" border=0 rules="none" frame="void"
  292. cols="2" cellspacing="0" cellpadding="0">
  293. <tr valign="top" align="left">
  294. <td width="10%"></td>
  295. <td width="89%">
  296. <p>Platform specifics</p></td>
  297. </table>
  298. <!-- INDENTATION -->
  299. <table width="100%" border=0 rules="none" frame="void"
  300. cols="2" cellspacing="0" cellpadding="0">
  301. <tr valign="top" align="left">
  302. <td width="21%"></td>
  303. <td width="77%">
  304. <p>HP&minus;ROMAN8, NEXTSTEP</p>
  305. </td>
  306. </table>
  307. <!-- INDENTATION -->
  308. <table width="100%" border=0 rules="none" frame="void"
  309. cols="2" cellspacing="0" cellpadding="0">
  310. <tr valign="top" align="left">
  311. <td width="10%"></td>
  312. <td width="89%">
  313. <p>Full Unicode</p></td>
  314. </table>
  315. <!-- INDENTATION -->
  316. <table width="100%" border=0 rules="none" frame="void"
  317. cols="2" cellspacing="0" cellpadding="0">
  318. <tr valign="top" align="left">
  319. <td width="21%"></td>
  320. <td width="77%">
  321. <p>UTF&minus;8</p>
  322. <!-- INDENTATION -->
  323. <p>UCS&minus;2, UCS&minus;2BE, UCS&minus;2LE</p>
  324. <!-- INDENTATION -->
  325. <p>UCS&minus;4, UCS&minus;4BE, UCS&minus;4LE</p>
  326. <!-- INDENTATION -->
  327. <p>UTF&minus;16, UTF&minus;16BE, UTF&minus;16LE</p>
  328. <!-- INDENTATION -->
  329. <p>UTF&minus;32, UTF&minus;32BE, UTF&minus;32LE</p>
  330. <!-- INDENTATION -->
  331. <p>UTF&minus;7</p>
  332. <!-- INDENTATION -->
  333. <p>C99, JAVA</p>
  334. </td>
  335. </table>
  336. <!-- INDENTATION -->
  337. <table width="100%" border=0 rules="none" frame="void"
  338. cols="2" cellspacing="0" cellpadding="0">
  339. <tr valign="top" align="left">
  340. <td width="10%"></td>
  341. <td width="89%">
  342. <p>Full Unicode, in terms of <b>uint16_t</b> or
  343. <b>uint32_t</b></p></td>
  344. </table>
  345. <!-- INDENTATION -->
  346. <table width="100%" border=0 rules="none" frame="void"
  347. cols="2" cellspacing="0" cellpadding="0">
  348. <tr valign="top" align="left">
  349. <td width="21%"></td>
  350. <td width="77%">
  351. <p>(with machine dependent endianness and alignment)</p>
  352. <!-- INDENTATION -->
  353. <p>UCS&minus;2&minus;INTERNAL,
  354. UCS&minus;4&minus;INTERNAL</p>
  355. </td>
  356. </table>
  357. <!-- INDENTATION -->
  358. <table width="100%" border=0 rules="none" frame="void"
  359. cols="2" cellspacing="0" cellpadding="0">
  360. <tr valign="top" align="left">
  361. <td width="10%"></td>
  362. <td width="89%">
  363. <p>Locale dependent, in terms of <b>char</b> or
  364. <b>wchar_t</b></p></td>
  365. </table>
  366. <!-- INDENTATION -->
  367. <table width="100%" border=0 rules="none" frame="void"
  368. cols="2" cellspacing="0" cellpadding="0">
  369. <tr valign="top" align="left">
  370. <td width="21%"></td>
  371. <td width="77%">
  372. <p>(with machine dependent endianness and alignment, and
  373. with semantics depending on the OS and the current LC_CTYPE
  374. locale facet)</p>
  375. <!-- INDENTATION -->
  376. <p>char, wchar_t</p>
  377. </td>
  378. </table>
  379. <!-- INDENTATION -->
  380. <table width="100%" border=0 rules="none" frame="void"
  381. cols="2" cellspacing="0" cellpadding="0">
  382. <tr valign="top" align="left">
  383. <td width="10%"></td>
  384. <td width="89%">
  385. <p>When configured with the option
  386. <b>&minus;&minus;enable&minus;extra&minus;encodings</b>, it
  387. also provides support for a few extra encodings:</p>
  388. </td>
  389. </table>
  390. <!-- INDENTATION -->
  391. <table width="100%" border=0 rules="none" frame="void"
  392. cols="2" cellspacing="0" cellpadding="0">
  393. <tr valign="top" align="left">
  394. <td width="10%"></td>
  395. <td width="89%">
  396. <p>European languages</p></td>
  397. </table>
  398. <!-- INDENTATION -->
  399. <table width="100%" border=0 rules="none" frame="void"
  400. cols="2" cellspacing="0" cellpadding="0">
  401. <tr valign="top" align="left">
  402. <td width="21%"></td>
  403. <td width="77%">
  404. <pre>CP{437,737,775,852,853,855,857,858,860,861,863,865,869,1125}
  405. </pre>
  406. </td>
  407. </table>
  408. <!-- INDENTATION -->
  409. <table width="100%" border=0 rules="none" frame="void"
  410. cols="2" cellspacing="0" cellpadding="0">
  411. <tr valign="top" align="left">
  412. <td width="10%"></td>
  413. <td width="89%">
  414. <p>Semitic languages</p></td>
  415. </table>
  416. <!-- INDENTATION -->
  417. <table width="100%" border=0 rules="none" frame="void"
  418. cols="2" cellspacing="0" cellpadding="0">
  419. <tr valign="top" align="left">
  420. <td width="21%"></td>
  421. <td width="77%">
  422. <p>CP864</p>
  423. </td>
  424. </table>
  425. <!-- INDENTATION -->
  426. <table width="100%" border=0 rules="none" frame="void"
  427. cols="2" cellspacing="0" cellpadding="0">
  428. <tr valign="top" align="left">
  429. <td width="10%"></td>
  430. <td width="89%">
  431. <p>Japanese</p></td>
  432. </table>
  433. <!-- INDENTATION -->
  434. <table width="100%" border=0 rules="none" frame="void"
  435. cols="2" cellspacing="0" cellpadding="0">
  436. <tr valign="top" align="left">
  437. <td width="21%"></td>
  438. <td width="77%">
  439. <p>EUC&minus;JISX0213, Shift_JISX0213,
  440. ISO&minus;2022&minus;JP&minus;3</p>
  441. </td>
  442. </table>
  443. <!-- INDENTATION -->
  444. <table width="100%" border=0 rules="none" frame="void"
  445. cols="2" cellspacing="0" cellpadding="0">
  446. <tr valign="top" align="left">
  447. <td width="10%"></td>
  448. <td width="89%">
  449. <p>Chinese</p></td>
  450. </table>
  451. <!-- INDENTATION -->
  452. <table width="100%" border=0 rules="none" frame="void"
  453. cols="2" cellspacing="0" cellpadding="0">
  454. <tr valign="top" align="left">
  455. <td width="21%"></td>
  456. <td width="77%">
  457. <p>BIG5&minus;2003 (experimental)</p>
  458. </td>
  459. </table>
  460. <!-- INDENTATION -->
  461. <table width="100%" border=0 rules="none" frame="void"
  462. cols="2" cellspacing="0" cellpadding="0">
  463. <tr valign="top" align="left">
  464. <td width="10%"></td>
  465. <td width="89%">
  466. <p>Turkmen</p></td>
  467. </table>
  468. <!-- INDENTATION -->
  469. <table width="100%" border=0 rules="none" frame="void"
  470. cols="2" cellspacing="0" cellpadding="0">
  471. <tr valign="top" align="left">
  472. <td width="21%"></td>
  473. <td width="77%">
  474. <p>TDS565</p>
  475. </td>
  476. </table>
  477. <!-- INDENTATION -->
  478. <table width="100%" border=0 rules="none" frame="void"
  479. cols="2" cellspacing="0" cellpadding="0">
  480. <tr valign="top" align="left">
  481. <td width="10%"></td>
  482. <td width="89%">
  483. <p>Platform specifics</p></td>
  484. </table>
  485. <!-- INDENTATION -->
  486. <table width="100%" border=0 rules="none" frame="void"
  487. cols="2" cellspacing="0" cellpadding="0">
  488. <tr valign="top" align="left">
  489. <td width="21%"></td>
  490. <td width="77%">
  491. <p>ATARIST, RISCOS&minus;LATIN1</p>
  492. </td>
  493. </table>
  494. <!-- INDENTATION -->
  495. <table width="100%" border=0 rules="none" frame="void"
  496. cols="2" cellspacing="0" cellpadding="0">
  497. <tr valign="top" align="left">
  498. <td width="10%"></td>
  499. <td width="89%">
  500. <p>The empty encoding name &quot;&quot; is equivalent to
  501. &quot;char&quot;: it denotes the locale dependent character
  502. encoding.</p>
  503. <!-- INDENTATION -->
  504. <p>When the string &quot;//TRANSLIT&quot; is appended to
  505. <i>tocode</i>, transliteration is activated. This means that
  506. when a character cannot be represented in the target
  507. character set, it can be approximated through one or several
  508. characters that look similar to the original character.</p>
  509. <!-- INDENTATION -->
  510. <p>When the string &quot;//IGNORE&quot; is appended to
  511. <i>tocode</i>, characters that cannot be represented in the
  512. target character set will be silently discarded.</p>
  513. <!-- INDENTATION -->
  514. <p>The resulting conversion descriptor can be used with
  515. <b>iconv</b> any number of times. It remains valid until
  516. deallocated using <b>iconv_close</b>.</p>
  517. <!-- INDENTATION -->
  518. <p>A conversion descriptor contains a conversion state.
  519. After creation using <b>iconv_open</b>, the state is in the
  520. initial state. Using <b>iconv</b> modifies the
  521. descriptor&rsquo;s conversion state. (This implies that a
  522. conversion descriptor can not be used in multiple threads
  523. simultaneously.) To bring the state back to the initial
  524. state, use <b>iconv</b> with NULL as <i>inbuf</i>
  525. argument.</p>
  526. </td>
  527. </table>
  528. <a name="RETURN VALUE"></a>
  529. <h2>RETURN VALUE</h2>
  530. <!-- INDENTATION -->
  531. <table width="100%" border=0 rules="none" frame="void"
  532. cols="2" cellspacing="0" cellpadding="0">
  533. <tr valign="top" align="left">
  534. <td width="10%"></td>
  535. <td width="89%">
  536. <p>The <b>iconv_open</b> function returns a freshly
  537. allocated conversion descriptor. In case of error, it sets
  538. <b>errno</b> and returns (iconv_t)(&minus;1).</p>
  539. </td>
  540. </table>
  541. <a name="ERRORS"></a>
  542. <h2>ERRORS</h2>
  543. <!-- INDENTATION -->
  544. <table width="100%" border=0 rules="none" frame="void"
  545. cols="2" cellspacing="0" cellpadding="0">
  546. <tr valign="top" align="left">
  547. <td width="10%"></td>
  548. <td width="89%">
  549. <p>The following error can occur, among others:</p>
  550. </td>
  551. </table>
  552. <!-- TABS -->
  553. <table width="100%" border=0 rules="none" frame="void"
  554. cols="4" cellspacing="0" cellpadding="0">
  555. <tr valign="top" align="left">
  556. <td width="11%"></td>
  557. <td width="8%">
  558. <p><b>EINVAL</b></p>
  559. </td>
  560. <td width="1%"></td>
  561. <td width="77%">
  562. <p>The conversion from <i>fromcode</i> to <i>tocode</i> is
  563. not supported by the implementation.</p>
  564. </td>
  565. </table>
  566. <a name="CONFORMING TO"></a>
  567. <h2>CONFORMING TO</h2>
  568. <!-- INDENTATION -->
  569. <table width="100%" border=0 rules="none" frame="void"
  570. cols="2" cellspacing="0" cellpadding="0">
  571. <tr valign="top" align="left">
  572. <td width="10%"></td>
  573. <td width="89%">
  574. <p>POSIX:2001</p>
  575. </td>
  576. </table>
  577. <a name="SEE ALSO"></a>
  578. <h2>SEE ALSO</h2>
  579. <!-- INDENTATION -->
  580. <table width="100%" border=0 rules="none" frame="void"
  581. cols="2" cellspacing="0" cellpadding="0">
  582. <tr valign="top" align="left">
  583. <td width="10%"></td>
  584. <td width="89%">
  585. <p><b>iconv</b>(3) <b>iconvctl</b>(3)
  586. <b>iconv_close</b>(3)</p>
  587. </td>
  588. </table>
  589. <hr>
  590. </body>
  591. </html>