Updates:
        Status: Fixed

Comment #5 on issue 761 by [email protected]: Incorrect UTF-8 encoding/decoding for non-BMP characters in String related functions
http://code.google.com/p/v8/issues/detail?id=761

V8 won't not support characters outside the Basic Multilingual Plane for now. Characters outside the supported range are converted to U+FFFD (REPLACEMENT CHARACTER) when parsing.

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

Reply via email to