Fix #69559: mb_language() default is "neutral", and the possible languages are more broad

We replace the general "notes" column (which only has obsolete PHP 5 specific
info) with an "alias" column, and document all available aliases.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351198 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2020-11-03 17:40:55 +00:00
parent 684a3c40c7
commit 3e6615fced

View file

@ -40,7 +40,7 @@
<entry>Language</entry>
<entry>Charset</entry>
<entry>Encoding</entry>
<entry>Notes</entry>
<entry>Alias</entry>
</row>
</thead>
<tbody>
@ -48,7 +48,7 @@
<entry>German/de</entry>
<entry>ISO-8859-15</entry>
<entry>Quoted-Printable</entry>
<entry></entry>
<entry>Deutsch</entry>
</row>
<row>
<entry>English/en</entry>
@ -90,19 +90,19 @@
<entry>Turkish/tr</entry>
<entry>ISO-8859-9</entry>
<entry>Quoted-Printable</entry>
<entry>Available as of PHP 5.2.0</entry>
<entry></entry>
</row>
<row>
<entry>Ukrainian/ua</entry>
<entry>KOI8-U</entry>
<entry>Quoted-Printable</entry>
<entry>Available as of PHP 5.3.0</entry>
<entry></entry>
</row>
<row>
<entry>uni</entry>
<entry>UTF-8</entry>
<entry>BASE64</entry>
<entry></entry>
<entry>universal</entry>
</row>
<row>
<entry>Simplified Chinese/zh-cn</entry>