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
> 


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to