Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71374 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75103 invoked from network); 21 Jan 2014 01:51:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jan 2014 01:51:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.42 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-la0-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:58585] helo=mail-la0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 90/42-02192-7A2DDD25 for ; Mon, 20 Jan 2014 20:51:35 -0500 Received: by mail-la0-f42.google.com with SMTP id hr13so4126430lab.1 for ; Mon, 20 Jan 2014 17:51:32 -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=PjL/hWnuD1p8qZEmg9qwQi5zDcZeWkgXpS3kQhtO+6g=; b=n6ENH4r3XEsoi90EGgdvQ+ycPH2XavZgfT9QLdzvzeV8SjH9+Yg7Y4sZz/62SnEyja 2y/Uk6xuX/vwm3O76aDaI1Cy+xPWdpTOLFYFgj/vZ0AHVfIJVhj2pzC4FKLhEMfqO7vw VlxYgMDlVNGL/Hp/t6muY0j54LEoCtB8GwRQvpJWCB8bgFlz0KrFiz3amRWxvKaB9SnC QwkLS7rCcjZqLJ1P6webIBd2cRXPal92t6Hr/Yb00hH8ImaR13VTK7A8WFlskvfwwGkz GN5XsofJBaAdmnyNk5a3yqmtKPUWeuVKKt4R27PKszwgp6bCKudCnbJjPkNVrfK67SxY FYJQ== X-Received: by 10.152.45.71 with SMTP id k7mr13414759lam.26.1390269092452; Mon, 20 Jan 2014 17:51:32 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.6.68 with HTTP; Mon, 20 Jan 2014 17:50:52 -0800 (PST) In-Reply-To: <52DD4ECA.1090106@ajf.me> References: <52DD4ECA.1090106@ajf.me> Date: Tue, 21 Jan 2014 10:50:52 +0900 X-Google-Sender-Auth: sQqBD2ap7kGX0GNZai_0vHXnmIo Message-ID: To: Andrea Faulds Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11c2925265dd4204f0713f6d Subject: Re: [PHP-DEV] [RFC] mbstring-ng From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11c2925265dd4204f0713f6d Content-Type: text/plain; charset=UTF-8 Hi Andrea, On Tue, Jan 21, 2014 at 1:28 AM, Andrea Faulds wrote: > On 20/01/14 03:10, Yasuo Ohgaki wrote: > >> Any comments? >> > > Are there any locales or encodings which mbstring currently supports that > ICU doesn't? It'd be best not to break existing applications... > AFIAK, mbstring supports some Japanese encodings that require special handling. It also supports special encodings like HTML entities, base64, etc. These could be issue. Otherwise, I suppose there aren't. I have to check them carefully, though. ICU http://demo.icu-project.org/icu-bin/convexp mbstring http://jp1.php.net/manual/en/mbstring.supported-encodings.php Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11c2925265dd4204f0713f6d--