mfischer                Wed Jan  2 20:57:48 2002 EDT

  Modified files:              
    /phpdoc/en/functions        wddx.xml 
  Log:
  - Fix #13873.
  
  
Index: phpdoc/en/functions/wddx.xml
diff -u phpdoc/en/functions/wddx.xml:1.17 phpdoc/en/functions/wddx.xml:1.18
--- phpdoc/en/functions/wddx.xml:1.17   Wed Dec 12 15:47:32 2001
+++ phpdoc/en/functions/wddx.xml        Wed Jan  2 20:57:48 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.17 $ -->
+<!-- $Revision: 1.18 $ -->
  <reference id="ref.wddx">
   <title>WDDX Functions</title>
   <titleabbrev>WDDX</titleabbrev>
@@ -15,8 +15,15 @@
     <option role="configure">--with-xml</option> and <option
     role="configure">--enable-wddx</option>.
    </para>
+   <note>
+    <para>
+      If you want to serialize non-ASCII characters you have to set
+      the appropriate locale before doing so (see 
+      <function>setlocale</function>).
+    </para>
+   </note>
    <para>
-    Note that all the functions that serialize variables use the first
+    All the functions that serialize variables use the first
     element of an array to determine whether the array is to be
     serialized into an array or structure.  If the first element has
     string key, then it is serialized into a structure, otherwise,


Reply via email to