Updates:
        Labels: -Type-Bug Type-FeatureRequest

Comment #5 on issue 771 by [email protected]: Additional Unicode chars missing per ECMA-262 3rd ed in Identifiers
http://code.google.com/p/v8/issues/detail?id=771

Nl is now supported.

Support for characters outside the BMP is not planned. Strings in JavaScript are inherently UCS-2 (q.v. the specification of ToLowerCase/ToUpperCase), so there is no reasonable way to support object properties with characters outside the BMP.

I'll retain this issue open as a feature request for Unicode 5.2.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to