Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71285 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75323 invoked from network); 19 Jan 2014 22:59:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jan 2014 22:59:57 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.176 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.176 mail-lb0-f176.google.com Received: from [209.85.217.176] ([209.85.217.176:58391] helo=mail-lb0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 67/53-61840-CE85CD25 for ; Sun, 19 Jan 2014 17:59:57 -0500 Received: by mail-lb0-f176.google.com with SMTP id w7so3859874lbi.7 for ; Sun, 19 Jan 2014 14:59:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=JsxywuWqIAl1vfZG7craCjsuBeNJ92/0hhLpNV2RydU=; b=DKsOgE1UrHvjL3b9LKF4gQ4z3jX59c1sPtGDAh232rBEc3d8rSbqJwMmPo6edybdBb y7WIG/JdLkiXR1V3wFZm5AW+rvnwn/mci0FOLBkYlSasJjIewBQiO2zBxdP6+9/q9unm 78meDG39rd5sc5WpCG8z09PwuwxuGjDCHNEZtz0QeJeYITEICFLFi834IEamy+TMFUGb /oA/vLFTq2rxPy9ZcDH8OvqDzvTbx9BM3Aei5M4qpzwxIhsJA+HsL4SAX5mwGSbzkM86 GxpHk9POt8xiNJXWhGJn/WyYfrpmxAsRrS1Us0Mcw8nVdsDiLG97rjXNASpxlIcExmI/ uiZg== X-Received: by 10.112.140.202 with SMTP id ri10mr3768766lbb.9.1390172393142; Sun, 19 Jan 2014 14:59:53 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.6.68 with HTTP; Sun, 19 Jan 2014 14:59:13 -0800 (PST) In-Reply-To: References: Date: Mon, 20 Jan 2014 07:59:13 +0900 X-Google-Sender-Auth: z8ieWXhiQODc039mQ-XXIw1mSrQ Message-ID: To: Pierre Joye Cc: Nikita Popov , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11c25deaab7fa504f05abb88 Subject: Re: [PHP-DEV] [RFC] Multibyte char handling From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11c25deaab7fa504f05abb88 Content-Type: text/plain; charset=UTF-8 Hi all, On Mon, Jan 20, 2014 at 7:48 AM, Yasuo Ohgaki wrote: > I also would like to propose > > https://wiki.php.net/rfc/altmbstring - ICU version of mbstring > > for future release. Most work has done by Moriyoshi. We may try to > switch to it now, but I suppose there is not enough time for 5.6. > > It's supposed to work the same as current mbstring mostly. It may be > better mbstring compile as optional in favor of ICU implementation. > Although, I was about to propose this RFC for future PHP release. It may be better to have alternative mbstring implementation *now*. i.e. for 5.6 If we are going to make this a standard. It could be implemented to compile mbstring or mbstring-ng as user's choice. mbstring-ng can be marked as EXPERIMENTAL until it's implementation is finished. Distributors may use conflict option for their package to provide both. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11c25deaab7fa504f05abb88--