Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88677 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37525 invoked from network); 5 Oct 2015 09:20:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Oct 2015 09:20:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=martin.keckeis1@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=martin.keckeis1@gmail.com; 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: martin.keckeis1@gmail.com X-Host-Fingerprint: 209.85.217.176 mail-lb0-f176.google.com Received: from [209.85.217.176] ([209.85.217.176:33310] helo=mail-lb0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/B1-25903-BC042165 for ; Mon, 05 Oct 2015 05:20:12 -0400 Received: by lbos8 with SMTP id s8so54267567lbo.0 for ; Mon, 05 Oct 2015 02:20:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=br+SSS4hJNzGXQx/cbutQmaBR+7lwM9JBbPZytenV8M=; b=M7OdSFakNaSlyKeHCnNNyXPYKNJCAD1NEHg+EyEyuSXb+brPbLU7S62Mn5MKYBslhB 0rF52w9D7YIh8PRc0oKmzGqNwceGViG7c5H2NUeQB3Y5ngZJPqdu0gwailH5dT6x+Ute p4oqbfrKEQ6LvRKoPvBt7dF3pCj7sfI+K47Qh26XceTbMm0Jayu2q9yHsT3WPapu8w6J 6WxCyCdMYq/Ks1gber51TcHuoba/NtFH7wXsMThIWMyMvONMdgvBr/y77DwaXnlswQFs 9ZXz9SSufS9CRgpBSK43zutSKoqHjggMEvXcmNb9QkQPrFKHhYtscX5xXpERsKnAC7S0 hoSw== MIME-Version: 1.0 X-Received: by 10.112.126.8 with SMTP id mu8mr10936690lbb.75.1444036807990; Mon, 05 Oct 2015 02:20:07 -0700 (PDT) Received: by 10.25.144.131 with HTTP; Mon, 5 Oct 2015 02:20:07 -0700 (PDT) In-Reply-To: References: Date: Mon, 5 Oct 2015 11:20:07 +0200 Message-ID: To: Tom Worster Cc: php-internals Content-Type: multipart/alternative; boundary=001a11c37368fba31805215804f9 Subject: Re: [PHP-DEV] PHP 7.0's Unicode version incoherence (mbstring, intl, pcre) From: martin.keckeis1@gmail.com (Martin Keckeis) --001a11c37368fba31805215804f9 Content-Type: text/plain; charset=UTF-8 Hello, 2015-10-01 21:19 GMT+02:00 Tom Worster : > > Do people here agree that PHP should have a *policy* of using a consistent > Unicode version? > > This appears to be easy to accomplish for the moment. Moving to Unicode 8 > will be harder. > I agree with the policy -> good idea. But I think there will be a lot of problems, when staying on Unicode 7. Since Unicode 8 has the new emoji (colors) and that is used more and more. --001a11c37368fba31805215804f9--