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.