Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79485 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35512 invoked from network); 9 Dec 2014 00:44:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Dec 2014 00:44:12 -0000 Authentication-Results: pb1.pair.com header.from=mails@thomasbley.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mails@thomasbley.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain thomasbley.de from 85.13.137.24 cause and error) X-PHP-List-Original-Sender: mails@thomasbley.de X-Host-Fingerprint: 85.13.137.24 dd15934.kasserver.com Received: from [85.13.137.24] ([85.13.137.24:55538] helo=dd15934.kasserver.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 71/93-17205-AD546845 for ; Mon, 08 Dec 2014 19:44:11 -0500 Received: from dd15934.kasserver.com (dd0800.kasserver.com [85.13.143.204]) by dd15934.kasserver.com (Postfix) with ESMTPSA id C700A261382; Tue, 9 Dec 2014 01:44:06 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-SenderIP: 197.135.73.35 User-Agent: ALL-INKL Webmail 2.11 In-Reply-To: References: To: internals@lists.php.net, ajf@ajf.me Message-ID: <20141209004406.C700A261382@dd15934.kasserver.com> Date: Tue, 9 Dec 2014 01:44:06 +0100 (CET) Subject: Re: [PHP-DEV] [VOTE][RFC] Unicode Codepoint Escape Syntax From: mails@thomasbley.de ("Thomas Bley") thanks for the rfc! Maybe you can add to the documentation that older PHP versions can use json_decode with the limit to 4 hex digits: php -r "echo json_decode('\"man\u0303ana\"');" php -r "echo json_decode('\"ma\u00F1ana\"');" Regards Thomas Andrea Faulds wrote on 09.12.2014 00:51: > Good evening, > > I’m opening voting on the Unicode Codepoint Escape Syntax RFC. There’s been > some discussion in the last two weeks since I introduced the RFC, but there’s > nothing left which I feel needs changing. For the character name syntax > suggestion (i.e. something like \N{arabic letter alef}), if that’s desired, > it could be done later in a different RFC. > > Please read through the RFC and cast your vote if you wish to do so: > > https://wiki.php.net/rfc/unicode_escape > > Voting starts today (2014-12-08) and ends in 10 days’ time (2014-12-18). > > Thanks! > -- > Andrea Faulds > http://ajf.me/ > > > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >