From 924f15d9a7672b68b8b8f08a390f56e54b65cc39 Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Sat, 3 May 2003 22:17:14 +0000 Subject: [PATCH] Updated the document to reflect the reality. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125614 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mbstring/configure.xml | 45 ++++++++++++++++---------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/reference/mbstring/configure.xml b/reference/mbstring/configure.xml index afef452006..7dc1925843 100644 --- a/reference/mbstring/configure.xml +++ b/reference/mbstring/configure.xml @@ -1,5 +1,5 @@ - +
&reftitle.install; @@ -16,32 +16,33 @@ - : Enable + : Enable mbstring functions. This option is required to use mbstring functions. + + As of PHP 4.3.0, mbstring extension provides + enhanced support for Simplified Chinese, Traditional Chinese, + Korean, and Russian in addition to Japanese. + To enable that feature, you will have to supply either one of the + following options to the LANG parameter. + + + for Simplified Chinese support. + for Traditional Chinese support. + for Korean support. + for Russian support. + for Japanese support. + + + is + convenient for you to enable all the supported languages listed above. + - As of PHP 4.3.0, the option - - will be enabled by default and replaced with - - to support Chinese, Korean and Russian language support. - Japanese character encoding is supported by default. - If - is used, simplified chinese encoding will be supported. - If - is used, traditional chinese encoding will be supported. - If - is used, korean encoding will be supported. - If - is used, russian encoding will be supported. - If - is added, all supported character encoding in mbstring - will be enabled, but the binary size of PHP will be - maximized because of huge Unicode character maps. - Note that Chinese, Korean and Russian encoding is - experimentally supported in PHP 4.3.0. + Japanese language support is also enabled by + without any options + for the sake of backwards compatibility.