[PHP-DOC] cvs: phpdoc /fr/functions strings.xml From: Damien Seguy (dams <email protected>)
Date: 12/26/00

dams Tue Dec 26 03:33:29 2000 EDT

  Modified files:
    /phpdoc/fr/functions strings.xml
  Log:
  Removing Illegal char on 2728.
  
Index: phpdoc/fr/functions/strings.xml
diff -u phpdoc/fr/functions/strings.xml:1.16 phpdoc/fr/functions/strings.xml:1.17
--- phpdoc/fr/functions/strings.xml:1.16 Fri Dec 22 00:51:16 2000
+++ phpdoc/fr/functions/strings.xml Tue Dec 26 03:33:28 2000
@@ -2725,7 +2725,7 @@
      <example>
       <title>Exemple avec <function>strtr</function></title>
       <programlisting role="php">
-$addr = strtr($addr, "AA…", "aao");
+$addr = strtr($addr, "AA&Ouml;", "aao");
       </programlisting>
      </example>
     </para>