betz            Wed Sep 11 16:53:59 2002 EDT

  Modified files:              
    /phpdoc/en/reference/iconv  reference.xml 
  Log:
  some rewording
  id correction
  added see also : recode
  
  
Index: phpdoc/en/reference/iconv/reference.xml
diff -u phpdoc/en/reference/iconv/reference.xml:1.7 
phpdoc/en/reference/iconv/reference.xml:1.8
--- phpdoc/en/reference/iconv/reference.xml:1.7 Thu Aug 22 17:03:51 2002
+++ phpdoc/en/reference/iconv/reference.xml     Wed Sep 11 16:53:59 2002
@@ -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,9 +45,17 @@
     &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>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to