Files
doc-en/reference/iconv/reference.xml
Friedhelm Betz 0863b446a1 rsusi.txt: reflect changes
configure.xml files added, linking from refernce.xml files


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@106277 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-30 12:45:47 +00:00

74 lines
1.8 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.12 $ -->
<reference id="ref.iconv">
<title>iconv functions</title>
<titleabbrev>iconv</titleabbrev>
<partintro>
<section id="iconv.intro">
&reftitle.intro;
<para>
This module contains an interface to the iconv library functions.
The iconv library functions convert strings between various
character sets encodings. The supported character sets depend on the
iconv() implementation on your system. Note that the iconv() function
on some systems may not work as well as you expect. In this case, you
should install the libiconv library.
</para>
</section>
<section id="iconv.requirements">
&reftitle.required;
<para>
Your systems standard C library must provide the iconv() function or you
must have libiconv installed on your system. The libiconv library is
available from <ulink url="&url.libiconv;">&url.libiconv;</ulink>.
</para>
</section>
&reference.iconv.configure;
&reference.iconv.ini;
<section id="iconv.resources">
&reftitle.resources;
&no.resource;
</section>
&reference.iconv.constants;
<section id="iconv.seealso">
&reftitle.seealso;
<para>
See also the
<link linkend="ref.recode">GNU Recode functions</link>.
</para>
</section>
</partintro>
&reference.iconv.functions;
</reference>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->