Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12444 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75377 invoked by uid 1010); 28 Aug 2004 11:04:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 70146 invoked from network); 28 Aug 2004 11:02:34 -0000 Received: from unknown (HELO mgkyb1.nw.wakwak.com) (211.9.230.193) by pb1.pair.com with SMTP; 28 Aug 2004 11:02:34 -0000 Received: from vckyb4.nw.wakwak.com (postfix@vckyb4.nw.wakwak.com [211.9.231.145]) by mgkyb1.nw.wakwak.com (8.13.1/8.13.1/2004-08-10) with SMTP id i7SB2VAn043188; Sat, 28 Aug 2004 20:02:31 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) Received: from at.wakwak.com (at.wakwak.com [211.9.230.135]) by vckyb4.nw.wakwak.com (Postfix) with ESMTP id 0D8143FE02; Sat, 28 Aug 2004 20:02:31 +0900 (JST) Received: from [192.168.1.107] (m011252.ppp.asahi-net.or.jp [219.121.11.252]) (pbs=dj22r4) by at.wakwak.com (8.13.1/8.13.1/2004-08-10) with ESMTP/inet id i7SB2U0X086946; Sat, 28 Aug 2004 20:02:31 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) In-Reply-To: <1093649927.6464.14.camel@localhost> References: <1093637721.6464.11.camel@localhost> <1093649927.6464.14.camel@localhost> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: Content-Transfer-Encoding: 7bit Cc: internals@lists.php.net Date: Sat, 28 Aug 2004 20:02:03 +0900 To: Al Baker X-Mailer: Apple Mail (2.619) Subject: Re: [PHP-DEV] Status of Multibyte support in PHP From: moriyoshi@at.wakwak.com (Moriyoshi Koizumi) Hi, On 2004/08/28, at 8:38, Al Baker wrote: > Thanks for the confirmation. The experimental warning appears on any > of > the individual help files for mbstring (e.g. mb_ereg). Hmm, warnings seem to persist in manual pages of the multibyte regular expression functions. I'll remove them later :) > Do you know if the regular expression support lets you match alpha and > numeric content like you would normally? Maybe sorts of character classes don't work as you expect, because they lack comprehensive collation support that fully conforms to the Unicode specification. It's stable I think, but actually not complete yet. > Al Moriyoshi