https://bugzilla.wikimedia.org/show_bug.cgi?id=31331
--- Comment #5 from Krinkle <[email protected]> 2012-05-15 09:07:21 UTC --- It depends. There are options for that in the latest PHP's native json_encode, namely JSON_UNESCAPED_UNICODE. But I'm not sure if the Services_JSON fallback has such option. Either way, is there a problem with the escaped unicode characters? It is perfectly valid JSON. As far as I know it shouldn't cause any trouble. It is also valid JavaScript, and outputs fine when put into a DOM element or other output. The JSON decoders also support it (they have to, since this encoding is part of the JSON specification). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
