Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45128 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45725 invoked from network); 29 Jul 2009 09:08:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jul 2009 09:08:56 -0000 Authentication-Results: pb1.pair.com header.from=mozo@mozo.jp; sender-id=permerror Authentication-Results: pb1.pair.com smtp.mail=mozo@mozo.jp; spf=permerror; sender-id=permerror Received-SPF: error (pb1.pair.com: domain mozo.jp from 209.85.210.183 cause and error) X-PHP-List-Original-Sender: mozo@mozo.jp X-Host-Fingerprint: 209.85.210.183 mail-yx0-f183.google.com Received: from [209.85.210.183] ([209.85.210.183:41712] helo=mail-yx0-f183.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1A/06-12807-6A1107A4 for ; Wed, 29 Jul 2009 05:08:56 -0400 Received: by yxe13 with SMTP id 13so1239457yxe.29 for ; Wed, 29 Jul 2009 02:08:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.90.91.9 with SMTP id o9mr2431882agb.70.1248858531967; Wed, 29 Jul 2009 02:08:51 -0700 (PDT) In-Reply-To: References: <4A6C6496.7060603@mozo.jp> Date: Wed, 29 Jul 2009 18:08:31 +0900 Message-ID: To: php-dev Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: Alternative mbstring implementation using ICU From: mozo@mozo.jp (Moriyoshi Koizumi) Aren't there any interests on this? If you think PHP 6 is gonna cover all of the functionality that allegedly-cruft mbstring currently provides, that is almost wrong :-p Moriyoshi On Tue, Jul 28, 2009 at 5:41 PM, Moriyoshi Koizumi wrote: > I set up a RFC page for this in wiki.php.net. =A0Here it goes: > http://wiki.php.net/rfc/altmbstring > > Moriyoshi