2014-12-09 0:51 GMT+01:00 Andrea Faulds <a...@ajf.me>:
>
> https://wiki.php.net/rfc/unicode_escape


Still leaves unmentioned that there was already an established Unicode
escape syntax. PCRE provides \x{1F520} for codepoints in conjunction to
plain \xFF for byte escapes.

Maybe there should be more elaboration on why PHP itself should go with
the \u{xxxx} ECMAScript representaton, thus introducing a syntax disparity
with our most major string handling extension.

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

Reply via email to