reference/iconv/functions/iconv-set-encoding.xml
ab9a7d2e3dfa9224186abcbd7a43b3af08d1bfdb
...
...
@@ -11,11 +11,11 @@
11
11
<methodsynopsis>
12
12
<type>bool</type><methodname>iconv_set_encoding</methodname>
13
13
<methodparam><type>string</type><parameter>type</parameter></methodparam>
14
-
<methodparam><type>string</type><parameter>charset</parameter></methodparam>
14
+
<methodparam><type>string</type><parameter>encoding</parameter></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
17
Changes the value of the internal configuration variable specified by
18
-
<parameter>type</parameter> to <parameter>charset</parameter>.
18
+
<parameter>type</parameter> to <parameter>encoding</parameter>.
19
19
</para>
20
20
</refsect1>
21
21

...
...
@@ -37,7 +37,7 @@
37
37
</listitem>
38
38
</varlistentry>
39
39
<varlistentry>
40
-
<term><parameter>charset</parameter></term>
40
+
<term><parameter>encoding</parameter></term>
41
41
<listitem>
42
42
<para>
43
43
The character set.
...
...
@@ -83,7 +83,6 @@ iconv_set_encoding("output_encoding", "ISO-8859-1");
83
83
</refsect1>
84
84

85
85
</refentry>
86
-

87
86
<!-- Keep this comment at the end of the file
88
87
Local variables:
89
88
mode: sgml
90
89