Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79495 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78840 invoked from network); 9 Dec 2014 13:07:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Dec 2014 13:07:44 -0000 Authentication-Results: pb1.pair.com header.from=ajf@ajf.me; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ajf@ajf.me; spf=pass; 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:53631] helo=imap11-3.ox.privateemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 38/74-39368-F14F6845 for ; Tue, 09 Dec 2014 08:07:43 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id 59B0888000A; Tue, 9 Dec 2014 08:07:41 -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 MlRr_nCjGhPt; Tue, 9 Dec 2014 08:07:41 -0500 (EST) Received: from [137.50.28.227] (oa-res-28-227.wireless.abdn.ac.uk [137.50.28.227]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.privateemail.com (Postfix) with ESMTPSA id 342888800E6; Tue, 9 Dec 2014 08:07:38 -0500 (EST) References: <10EE9A5B-1711-455A-AB6A-6E7EA858D081@ajf.me> <5486AFA3.3000402@lsces.co.uk> Mime-Version: 1.0 (1.0) In-Reply-To: <5486AFA3.3000402@lsces.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: Cc: "internals@lists.php.net" X-Mailer: iPhone Mail (12B435) Date: Tue, 9 Dec 2014 13:07:34 +0000 To: Lester Caine Subject: Re: [PHP-DEV] [VOTE][RFC] Unicode Codepoint Escape Syntax From: ajf@ajf.me (Andrea Faulds) > On 9 Dec 2014, at 08:15, Lester Caine wrote: > > If ICU is to be adopted as the base for unicode support, then surely > everything else should follow those rules? > \uhhhh and \Uhhhhhhhh are defined along with \x{hhhhhh} so does it make > sense to add something which is not part of ICU? Er, where does ICU define \uXXXX and \UXXXXXX? I don't unferstand. -- Andrea Faulds http://ajf.me/