mirror of
https://github.com/php/doc-en.git
synced 2026-03-23 23:32:18 +01:00
- html_entity_decode claimed to have had its default encoding changed from latin1 to UTF-8 in
PHP 5.3.3; this is not true, as the change was only operated in PHP 5.4. Changed accordingly. - Documented the behavior of encoding autodection when an empty string is passed as the "charset" parameter. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312428 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
@@ -72,7 +72,9 @@
|
||||
<term><parameter>charset</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
This defines the character set used in conversion.
|
||||
This defines the character set used in conversion. Using an empty string
|
||||
will activate automatic detection based on mbstring's internal encoding
|
||||
and current locale.
|
||||
</para>
|
||||
&reference.strings.charsets;
|
||||
</listitem>
|
||||
@@ -101,7 +103,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>5.3.3</entry>
|
||||
<entry>5.4.0</entry>
|
||||
<entry>
|
||||
Default charset changed from ISO-8859-1 to UTF-8.
|
||||
</entry>
|
||||
|
||||
Reference in New Issue
Block a user