Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45139 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14806 invoked from network); 30 Jul 2009 11:05:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jul 2009 11:05:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=spam-free@blueyonder.co.uk; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=spam-free@blueyonder.co.uk; sender-id=pass Received-SPF: pass (pb1.pair.com: domain blueyonder.co.uk designates 195.188.213.7 as permitted sender) X-PHP-List-Original-Sender: spam-free@blueyonder.co.uk X-Host-Fingerprint: 195.188.213.7 smtp-out4.blueyonder.co.uk Linux 2.5 (sometimes 2.4) (4) Received: from [195.188.213.7] ([195.188.213.7:39730] helo=smtp-out4.blueyonder.co.uk) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 90/62-03589-09E717A4 for ; Thu, 30 Jul 2009 07:05:53 -0400 Received: from [172.23.170.136] (helo=anti-virus01-07) by smtp-out4.blueyonder.co.uk with smtp (Exim 4.52) id 1MWTSH-0001Zc-RX for internals@lists.php.net; Thu, 30 Jul 2009 12:05:49 +0100 Received: from [82.33.193.108] (helo=[192.168.0.8]) by asmtp-out5.blueyonder.co.uk with esmtp (Exim 4.52) id 1MWTSG-0002mk-SF for internals@lists.php.net; Thu, 30 Jul 2009 12:05:48 +0100 Date: Thu, 30 Jul 2009 12:05:48 +0100 To: internals@lists.php.net Reply-To: internals@lists.php.net In-Reply-To: <4A6C6496.7060603@mozo.jp> References: <4A6C6496.7060603@mozo.jp> Message-ID: <20090730120535.7AF5.627AFB7B@blueyonder.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.48.02 [en] Subject: Re: [PHP-DEV] Alternative mbstring implementation using ICU From: spam-free@blueyonder.co.uk (Niel Archer) > Hi there, > > I almost finished an alternative implementation of mbstring that uses > ICU instead of the exotic libmbfl in hope of replacing the current one > for 5.4 (and possibly, 6.0.) > > Although there are admittingly some known incompatibilities that need > extra libraries to resolve them besides a number of missing functions > that are intentionally removed for simplicity's sake, frequently used > functions are fully usable, and more compliant with the standard (e.g. > case insensitive matches). > > Any comments are appreciated. > > The source is ready in the following location: > > http://github.com/moriyoshi/mbstring-ng/ > > > Implemented functions: > > - mb_ereg() > - mb_ereg_replace() as ereg functions are deprecated in 5.3, are these still needed? > Regards, > Moriyoshi > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > -- Niel Archer niel.archer (at) blueyonder.co.uk