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 pitrou
Recipients Balthazar.Rouberol, antlong, barry, docs@python, eric.araujo, ezio.melotti, georg.brandl, hhas, pitrou, r.david.murray, serhiy.storchaka
Date 2012-04-27.14:06:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335535573.29.0.108122670462.issue10976@psf.upfronthosting.co.za>
In-reply-to
Content
> According to current implementation this is acceptable.

Then perhaps auto-detection can be restricted to strict mode? Non-strict mode would always use utf-8.
Or we can just skip auto-detection altogether (I don't think many people produce utf-16 or utf-32 JSON; that would be a waste of bandwidth for no obvious benefit).
History
Date User Action Args
2012-04-27 14:06:13pitrousetrecipients: + pitrou, barry, georg.brandl, hhas, ezio.melotti, eric.araujo, r.david.murray, docs@python, antlong, serhiy.storchaka, Balthazar.Rouberol
2012-04-27 14:06:13pitrousetmessageid: <1335535573.29.0.108122670462.issue10976@psf.upfronthosting.co.za>
2012-04-27 14:06:12pitroulinkissue10976 messages
2012-04-27 14:06:12pitroucreate