From d97c0c984a05142b210b25327c2a6eccedc4300d Mon Sep 17 00:00:00 2001 From: Sebastian Picklum Date: Thu, 22 Aug 2002 21:03:51 +0000 Subject: [PATCH] Something went wrong... UNDO git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@93102 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/iconv/reference.xml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/reference/iconv/reference.xml b/reference/iconv/reference.xml index 6fdf2156a2..838e1c4def 100644 --- a/reference/iconv/reference.xml +++ b/reference/iconv/reference.xml @@ -1,27 +1,27 @@ - - + - iconv Funktionen + iconv functions iconv
&reftitle.intro; - Dieses Modul stellt eine Schnittstelle zu den Funktionen der iconv-Bibliothek bereit. - Die Iconv-Bibliotheksfunktionen konvertieren Dateien in verschiedene Zeichensatzkodierungen. - Die unterstützten Zeichensätze hä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.
&reftitle.required; - Es muss iconv() in der Standart-C Bibliothek vorhanden sein oder libiconv - auf Ihrem System installiert sein. Die libiconv-Bibliothek ist verfügbar über + You must have iconv() function in standard C library or libiconv + installed on your system. libiconv library is available from &url.libiconv;.
@@ -30,9 +30,9 @@
&reftitle.install; - Um die Funktionen dieses Moduls nutzen zu können müssen Sie den Ihren PHP-Interpreter - mit der Konfigurationsoption - kompilieren. + To be able to use the functions defined in this module you must compile + your PHP interpreter using the configure line + .