Files
doc-en/reference/iconv/reference.xml
Sebastian Picklum d97c0c984a Something went wrong... UNDO
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@93102 c90b9560-bf6c-de11-be94-00142212c4b1
2002-08-22 21:03:51 +00:00

80 lines
2.0 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<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 files between various character
sets encodings. The supported character sets depend on iconv()
implementation on your system. Note that iconv() function in some
system is not work well as you expect. In this case, you should
install libiconv library.
</para>
</section>
<section id="iconv.requirements">
&reftitle.required;
<para>
You must have iconv() function in standard C library or libiconv
installed on your system. libiconv library is available from
<ulink url="&url.libiconv;">&url.libiconv;</ulink>.
</para>
</section>
<section id="iconv.installation">
&reftitle.install;
<para>
To be able to use the functions defined in this module you must compile
your PHP interpreter using the configure line
<option role="configure">--with-iconv</option>.
</para>
</section>
<section id="iconv.configuration">
&reftitle.runtime;
&no.config;
</section>
<section id="iconv.resources">
&reftitle.resources;
&no.resource;
</section>
<section id="iconf.constants">
&reftitle.constants;
&no.constants;
</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
-->