Re: [Json] Encoding detection (Was: Re: JSON: remove gap between Ecma-404 and IETF draft)

On Thu, Nov 21, 2013 at 1:35 PM, Henri Sivonen <hsivonen@hsivonen.fi> wrote:
> UTF-32 harms JSON interchange, because Gecko removed all UTF-32
> support throughout the engine (other engines probably did, too, but
> I'm too busy to check) and, therefore, XHR responseType = "json"
> doesn't support UTF-32.

XHR's responseType = "json" only supports UTF-8 (optionally with a
leading BOM), across the board.


-- 
http://annevankesteren.nl/

Received on Thursday, 21 November 2013 13:39:40 UTC