This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Balthazar.Rouberol, antlong, barry, docs@python, eric.araujo, ezio.melotti, georg.brandl, hhas, pitrou, r.david.murray, serhiy.storchaka
Date 2012-04-26.08:34:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335429272.37.0.0631322450766.issue10976@psf.upfronthosting.co.za>
In-reply-to
Content
> What if the returned JSON uses a charset other than utf-8 ?

According to RFC 4627: "JSON text SHALL be encoded in Unicode.  The default encoding is UTF-8." RFC 4627 also offers a way to autodetect other Unicode encodings.
History
Date User Action Args
2012-04-26 08:34:32serhiy.storchakasetrecipients: + serhiy.storchaka, barry, georg.brandl, hhas, pitrou, ezio.melotti, eric.araujo, r.david.murray, docs@python, antlong, Balthazar.Rouberol
2012-04-26 08:34:32serhiy.storchakasetmessageid: <1335429272.37.0.0631322450766.issue10976@psf.upfronthosting.co.za>
2012-04-26 08:34:31serhiy.storchakalinkissue10976 messages
2012-04-26 08:34:31serhiy.storchakacreate