Comment #17 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

\uxxxx\uxxxx is standard javascript character representation.
It is best if we can support utf8 encoding for all data including that received through websocket. Even ECMAScript standard should support utf8 encoded strings, that way we will have uniformity in receiving and rendering. Currently we are completely lost as far as receiving/rendering of non BMP characters is concerned.

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

Reply via email to