mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fixed typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125601 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
52f736dea7
commit
42f0bd7c8c
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<reference id="ref.mbstring">
|
||||
<title>Multi-Byte String Functions</title>
|
||||
<titleabbrev>Multi-Byte String</titleabbrev>
|
||||
|
@ -252,7 +252,7 @@ ob_start('mb_output_handler');
|
|||
</para>
|
||||
<para>
|
||||
As of PHP 4.3.0, the following character encoding support will be added
|
||||
experimentaly :
|
||||
experimentally :
|
||||
<literal>EUC-CN</literal>, <literal>CP936</literal>, <literal>HZ</literal>,
|
||||
<literal>EUC-TW</literal>, <literal>CP950</literal>, <literal>BIG-5</literal>,
|
||||
<literal>EUC-KR</literal>, <literal>UHC</literal> (<literal>CP949</literal>),
|
||||
|
|
Loading…
Reference in a new issue