some rewording

id correction
added see also : recode


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95523 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Friedhelm Betz 2002-09-11 20:53:59 +00:00
parent e2feab2ed0
commit 4b807cbec6

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<reference id="ref.iconv">
<title>iconv functions</title>
<titleabbrev>iconv</titleabbrev>
@ -9,30 +9,29 @@
&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.
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>
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>.
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>
<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>.
<option role="configure">--with-iconv[=DIR]</option>.
</para>
</section>
@ -46,11 +45,19 @@
&no.resource;
</section>
<section id="iconf.constants">
<section id="iconv.constants">
&reftitle.constants;
&no.constants;
</section>
<section id="iconv.seealso">
&reftitle.seealso;
<para>
See also the
<link linkend="ref.recode">GNU Recode functions</link>.
</para>
</section>
</partintro>
&reference.iconv.functions;