mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
684a3c40c7
commit
3e6615fced
1 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue