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.

作者 sjmachin
收信人 dangra, ezio.melotti, lemburg, pitrou, sjmachin, vstinner
日期 2010-07-03.09:36:42
SpamBayes Score 0.073681526
Marked as misclassified
Message-id <1278149804.94.0.297532745098.issue8271@psf.upfronthosting.co.za>
In-reply-to
内容
About the E0 80 81 61 problem: my interpretation is that you are correct, the 80 is not valid in the current state (start byte == E0), so no look-ahead, three FFFDs must be issued followed by 0061. I don't really care about issuing too many FFFDs so long as it doesn't munch valid sequences. However it would be very nice to get an explicit message about surrogates.
历史
日期 用户 动作 参数
2010-07-03 09:36:45sjmachin修改recipients: + sjmachin, lemburg, pitrou, vstinner, ezio.melotti, dangra
2010-07-03 09:36:44sjmachin修改messageid: <1278149804.94.0.297532745098.issue8271@psf.upfronthosting.co.za>
2010-07-03 09:36:43sjmachin链接issue8271 messages
2010-07-03 09:36:42sjmachin创建