Updates:
        Status: Duplicate
        Mergedinto: 1907

Comment #4 on issue 1939 by [email protected]: JSON encoding bug
http://code.google.com/p/v8/issues/detail?id=1939

Sadly we are not allowed to serialize U+2028 as "\u2028" (and ditto U+2029).
The ECMAScript standard is very specific about the serialization, and doesn't allow for any non-standardized "extensions".
Q.v. http://es5.github.com/#Quote

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

Reply via email to