reference/xmlrpc/functions/xmlrpc-decode.xml
96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26
...
...
@@ -1,4 +1,4 @@
1
-
<?xml version="1.0" encoding="iso-8859-1"?>
1
+
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
3
<refentry xml:id="function.xmlrpc-decode" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
...
...
@@ -10,7 +10,7 @@
10
10
<methodsynopsis>
11
11
<type>mixed</type><methodname>xmlrpc_decode</methodname>
12
12
<methodparam><type>string</type><parameter>xml</parameter></methodparam>
13
-
<methodparam choice="opt"><type>string</type><parameter>encoding</parameter></methodparam>
13
+
<methodparam choice="opt"><type>string</type><parameter>encoding</parameter><initializer>"iso-8859-1"</initializer></methodparam>
14
14
</methodsynopsis>
15
15
&warn.experimental.func;
16
16
</refsect1>
...
...
@@ -31,7 +31,7 @@
31
31
<term><parameter>encoding</parameter></term>
32
32
<listitem>
33
33
<para>
34
-
Input encoding supported by iconv (defaults to "iso-8859-1").
34
+
Input encoding supported by iconv.
35
35
</para>
36
36
</listitem>
37
37
</varlistentry>
38
38