Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12442 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43915 invoked by uid 1010); 27 Aug 2004 22:39:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 42295 invoked from network); 27 Aug 2004 22:38:48 -0000 Received: from unknown (HELO rwcrmhc13.comcast.net) (204.127.198.39) by pb1.pair.com with SMTP; 27 Aug 2004 22:38:48 -0000 Received: from [192.168.1.102] (pcp09278536pcs.eatntn01.nj.comcast.net[69.141.229.108]) by comcast.net (rwcrmhc13) with SMTP id <2004082722384701500p8t7qe> (Authid: ajb732@comcast.net); Fri, 27 Aug 2004 22:38:48 +0000 To: Moriyoshi Koizumi Cc: internals@lists.php.net In-Reply-To: References: <1093637721.6464.11.camel@localhost> Content-Type: text/plain Date: Fri, 27 Aug 2004 18:38:47 -0500 Message-ID: <1093649927.6464.14.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 1.5.92 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Status of Multibyte support in PHP From: ajb732@comcast.net (Al Baker) Thanks for the confirmation. The experimental warning appears on any of the individual help files for mbstring (e.g. mb_ereg). Do you know if the regular expression support lets you match alpha and numeric content like you would normally? Al On Sat, 2004-08-28 at 05:52 +0900, Moriyoshi Koizumi wrote: > Hi, > > On 2004/08/28, at 5:15, Al Baker wrote: > > I'm trying to find status on the multibyte support in PHP. The manual > > shows the functions in mbstring to be experimental and it's hard to > > find > > evidence of how stable it really is. > > Which manual says that mbstring is still experimental? :) it was marked > "not experimental" two years ago. > > No matter what that says, and no matter who says it's experimental, > it's been used for a fairly long time by lots of people and I've > never heard of a serious flaw / deficiency in its functionality. > > There are also some alternatives that'd be worth paying attention to: > > - PHP5 iconv extension > - php-i18n project led by l0t3k > > > Is this natively supported in PHP after 4.3.x? > > While the extension is there, PHP doesn't yet natively supports > multibyte > encodings in the sense that the language implementation always works > singlebyte-wise > and doesn't automagicallytake care of these fancy characters. > > Moriyoshi >