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 petri.lehtinen
Recipients Brian.Merrell, belopolsky, ezio.melotti, merrellb, petri.lehtinen, pitrou, rhettinger, tchrist, vstinner
Date 2012-08-28.10:03:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346148239.32.0.993702148075.issue11489@psf.upfronthosting.co.za>
In-reply-to
Content
Bear in mind that Douglas Crockford thinks a JSON document is valid even if it contains unpaired surrogates:

    http://tech.groups.yahoo.com/group/json/message/1603
    http://tech.groups.yahoo.com/group/json/message/1583

It's Unicode that considers unpaired surrogates invalid, not UTF-8 by itself.
History
Date User Action Args
2012-08-28 10:03:59petri.lehtinensetrecipients: + petri.lehtinen, rhettinger, belopolsky, pitrou, vstinner, ezio.melotti, merrellb, Brian.Merrell, tchrist
2012-08-28 10:03:59petri.lehtinensetmessageid: <1346148239.32.0.993702148075.issue11489@psf.upfronthosting.co.za>
2012-08-28 10:03:58petri.lehtinenlinkissue11489 messages
2012-08-28 10:03:58petri.lehtinencreate