reference/mbstring/functions/mb-detect-encoding.xml
2c17cef6e71c3d85011319cde128cc4edf89a053
...
...
@@ -87,6 +87,32 @@
87
87
</para>
88
88
</refsect1>
89
89

90
+
<refsect1 role="changelog">
91
+
&reftitle.changelog;
92
+
<informaltable>
93
+
<tgroup cols="2">
94
+
<thead>
95
+
<row>
96
+
<entry>&Version;</entry>
97
+
<entry>&Description;</entry>
98
+
</row>
99
+
</thead>
100
+
<tbody>
101
+
<row>
102
+
<entry>8.2.0</entry>
103
+
<entry>
104
+
<function>mb_detect_encoding</function> will no longer return
105
+
the following non text encodings:
106
+
<literal>"Base64"</literal>, <literal>"QPrint"</literal>,
107
+
<literal>"UUencode"</literal>, <literal>"HTML entities"</literal>,
108
+
<literal>"7 bit"</literal> and <literal>"8 bit"</literal>.
109
+
</entry>
110
+
</row>
111
+
</tbody>
112
+
</tgroup>
113
+
</informaltable>
114
+
</refsect1>
115
+

90
116
<refsect1 role="examples">
91
117
&reftitle.examples;
92
118
<para>
93
119