reference/wddx/examples.xml
99d758bd259fa80c2828cf8cc250984cb683ee8f
...
...
@@ -66,9 +66,9 @@ echo $packet;
66
66

67
67
<note>
68
68
<para>
69
-
If you want to serialize non-ASCII characters you have to convert
70
-
your data to UTF-8 first (see <function>utf8_encode</function> and
71
-
<function>iconv</function>).
69
+
Strings should be encoded in UTF-8; to handle other encodings, convert
70
+
the string first using <function>mb_convert_encoding</function>,
71
+
<methodname>UConverter::transcode</methodname>, or <function>iconv</function>.
72
72
</para>
73
73
</note>
74
74
</section>
75
75