https://bugzilla.wikimedia.org/show_bug.cgi?id=72734
Kevin Israel (PleaseStand) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Kevin Israel (PleaseStand) <[email protected]> --- (In reply to Brad Jorsch from comment #1) > "\u00e9" is also produced by JavaScript and other ECMAScript > implementations. Brad, I think you meant "correctly parsed" instead of "produced". JavaScript's JSON.stringify() won't escape that character. > Your JSON decoder should be handling it for you; if you're > writing your own JSON decoder, it will need to handle such escapes. Yes, see <http://tools.ietf.org/html/rfc7159#section-7>. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
