reference/mbstring/functions/mb-convert-encoding.xml
2c17cef6e71c3d85011319cde128cc4edf89a053
...
...
@@ -96,6 +96,16 @@
96
96
</thead>
97
97
<tbody>
98
98
<row>
99
+
<entry>8.2.0</entry>
100
+
<entry>
101
+
<function>mb_convert_encoding</function> will no longer return
102
+
the following non text encodings:
103
+
<literal>"Base64"</literal>, <literal>"QPrint"</literal>,
104
+
<literal>"UUencode"</literal>, <literal>"HTML entities"</literal>,
105
+
<literal>"7 bit"</literal> and <literal>"8 bit"</literal>.
106
+
</entry>
107
+
</row>
108
+
<row>
99
109
<entry>8.0.0</entry>
100
110
<entry>
101
111
<function>mb_convert_encoding</function> will now throw a
102
112