vrana           Tue Jan 11 03:33:54 2005 EDT

  Modified files:              
    /phpdoc/en/reference/iconv/functions        iconv.xml 
  Log:
  str is cut otherwise (bug #31314)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/iconv/functions/iconv.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/iconv/functions/iconv.xml
diff -u phpdoc/en/reference/iconv/functions/iconv.xml:1.9 
phpdoc/en/reference/iconv/functions/iconv.xml:1.10
--- phpdoc/en/reference/iconv/functions/iconv.xml:1.9   Sun Sep  5 08:23:05 2004
+++ phpdoc/en/reference/iconv/functions/iconv.xml       Tue Jan 11 03:33:53 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <!-- splitted from ./en/functions/iconv.xml, last change in rev 1.1 -->
   <refentry id="function.iconv">
    <refnamediv>
@@ -26,7 +26,8 @@
      it can be approximated through one or several similarly looking
      characters. If you append the string <literal>//IGNORE</literal>,
      characters that cannot be represented in the target charset are silently
-     discarded.
+     discarded. Otherwise, <parameter>str</parameter> is cut from the first
+     illegal character.
     </para>    
     <para>
      <example>

Reply via email to