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


Hi jshin

Regarding rendering issue

We are receiving string \ud834\udf56 from websocket. When we are assiging this string to innerHTML to display it then it is rendered as string \ud834\udf56 instead of '𝍖'. Whereas same string if we assign to innerHTML manually like this: innerHTML= '\ud834\udf56', then it is rendered properly (𝍖).



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

Reply via email to