Comment #19 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
Problem is even if we send data in exact javascript string format converting all non BMP characters to surrogate pairs (as mentioned in previous mail), we are not able to render it. If we assign directly exactly same data as string literal, it gets rendered properly !! Probably it is chromium issue, we will file bug in chromium with all information.
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
