Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79544 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73480 invoked from network); 10 Dec 2014 20:00:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Dec 2014 20:00:36 -0000 Authentication-Results: pb1.pair.com smtp.mail=ajf@ajf.me; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ajf@ajf.me; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ajf.me designates 198.187.29.245 as permitted sender) X-PHP-List-Original-Sender: ajf@ajf.me X-Host-Fingerprint: 198.187.29.245 imap11-3.ox.privateemail.com Received: from [198.187.29.245] ([198.187.29.245:58720] helo=imap11-3.ox.privateemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C9/D8-29826-366A8845 for ; Wed, 10 Dec 2014 15:00:35 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id E0F0D8801BC; Wed, 10 Dec 2014 15:00:29 -0500 (EST) X-Virus-Scanned: Debian amavisd-new at imap11.ox.privateemail.com Received: from mail.privateemail.com ([127.0.0.1]) by localhost (imap11.ox.privateemail.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id WhvvRNrh-Rx1; Wed, 10 Dec 2014 15:00:29 -0500 (EST) Received: from oa-res-26-240.wireless.abdn.ac.uk (oa-res-26-240.wireless.abdn.ac.uk [137.50.26.240]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.privateemail.com (Postfix) with ESMTPSA id 904918803A7; Wed, 10 Dec 2014 14:56:31 -0500 (EST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) In-Reply-To: Date: Wed, 10 Dec 2014 19:56:29 +0000 Cc: internals Content-Transfer-Encoding: quoted-printable Message-ID: <23E34F74-CC75-4B73-AF65-F2E3D439568A@ajf.me> References: <98ABD377-A37A-4F25-8550-3E7684F22FDC@ajf.me> To: Sara Golemon X-Mailer: Apple Mail (2.1993) Subject: Re: [PHP-DEV] [VOTE][RFC] Unicode Codepoint Escape Syntax From: ajf@ajf.me (Andrea Faulds) > On 10 Dec 2014, at 19:16, Sara Golemon wrote: >=20 >> A possible compromise might be to let =E2=80=98\u=E2=80=99 through = but not =E2=80=98\u{=E2=80=98. >>=20 > Still don't like it from the inconsistency with existing escape > sequence handlers pov, but it'd cover the biggest set of BC issues, so > I'd be happy with it. I=E2=80=99ve updated the patches for php-src and the specification to = implement this, along with their tests, and I=E2=80=99ve also updated = the RFC. Now this won=E2=80=99t error: "\"\u202e\"" But this still will: "\u{foobar" I think this is an acceptable compromise. -- Andrea Faulds http://ajf.me/