tony2001 Tue Dec 7 02:31:29 2004 EDT
Modified files: /phpdoc/en/reference/wddx reference.xml Log: fix typo http://cvs.php.net/diff.php/phpdoc/en/reference/wddx/reference.xml?r1=1.10&r2=1.11&ty=u Index: phpdoc/en/reference/wddx/reference.xml diff -u phpdoc/en/reference/wddx/reference.xml:1.10 phpdoc/en/reference/wddx/reference.xml:1.11 --- phpdoc/en/reference/wddx/reference.xml:1.10 Mon Dec 6 17:43:01 2004 +++ phpdoc/en/reference/wddx/reference.xml Tue Dec 7 02:31:27 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.10 $ --> +<!-- $Revision: 1.11 $ --> <reference id="ref.wddx"> <title>WDDX Functions</title> <titleabbrev>WDDX</titleabbrev> @@ -99,9 +99,9 @@ </screen> </example> - <note> + <note> <para> - If you want to serialize non-ASCII characters you have convert + If you want to serialize non-ASCII characters you have to convert your data to UTF-8 first (see <function>utf8_encode</function> and <function>iconv</function>). </para>