From a0db0c3f73f86d1d862b9cdc35ebe9b0f8b5eb36 Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Tue, 23 Dec 2003 13:51:20 +0000 Subject: [PATCH] Correct silly grammatical errors git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147258 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/iconv/reference.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/iconv/reference.xml b/reference/iconv/reference.xml index 594c0062a0..08fe0e3f4b 100644 --- a/reference/iconv/reference.xml +++ b/reference/iconv/reference.xml @@ -1,5 +1,5 @@ - + iconv functions iconv @@ -12,7 +12,7 @@ facility. With this module, you can turn a string represented by a local character set into the one represented by another character set, which may be the Unicode charcter set. Supported character sets - depends on the iconv() implementation of your system. + depend on the iconv implementation of your system. Note that the iconv function on some systems may not work as you expect. In such case, it'd be a good idea to install the GNU libiconv library. It will most @@ -31,8 +31,8 @@ &reftitle.required; You will need nothing if the system you are using is one of the recent - POSIX-compliant systems because standard C libraries that is supplied in - them must provide iconv faclity. Otherwise, you have to get the + POSIX-compliant systems because standard C libraries that are supplied in + them must provide iconv facility. Otherwise, you have to get the libiconv library installed in your system.