Something went wrong... UNDO

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@93102 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sebastian Picklum 2002-08-22 21:03:51 +00:00
parent 78e55cb2f1
commit d97c0c984a

View file

@ -1,27 +1,27 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- EN-Revision: 1.5 Maintainer: spic Status: ready -->
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<reference id="ref.iconv">
<title>iconv Funktionen</title>
<title>iconv functions</title>
<titleabbrev>iconv</titleabbrev>
<partintro>
<section id="iconv.intro">
&reftitle.intro;
<para>
Dieses Modul stellt eine Schnittstelle zu den Funktionen der iconv-Bibliothek bereit.
Die Iconv-Bibliotheksfunktionen konvertieren Dateien in verschiedene Zeichensatzkodierungen.
Die unterst&uuml;tzten Zeichens&auml;tze h&auml;ngen von der jeweiligen iconv()-Implementation
auf Ihrem System ab. Beachten Sie bitte, dass iconv() auf einigen Systemen nicht wie erwartet funktioniert.
In diesem Fall sollten Sie die libiconv-Bibliothek installieren.
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>
Es muss iconv() in der Standart-C Bibliothek vorhanden sein oder libiconv
auf Ihrem System installiert sein. Die libiconv-Bibliothek ist verf&uuml;gbar &uuml;ber
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>
@ -30,9 +30,9 @@
<section id="iconv.installation">
&reftitle.install;
<para>
Um die Funktionen dieses Moduls nutzen zu k&ouml;nnen m&uuml;ssen Sie den Ihren PHP-Interpreter
mit der Konfigurationsoption
<option role="configure">--with-iconv</option> kompilieren.
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>