➜

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.

作者 serhiy.storchaka
收信人 Guillaume Pasquet (Etenil), lemburg, loewis, serhiy.storchaka
日期 2016-11-03.22:21:49
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1478211709.6.0.881010105646.issue28604@psf.upfronthosting.co.za>
In-reply-to
内容
I suspect this issue is similar to issue25812. en_GB has non-ut8 encoding (likely iso8859-1). Currency symbol £ is encoded with this encoding as b'\xa3'. But Python tries to decode b'\xa3' with an encoding determined by other locale setting (LC_CTYPE).
历史
日期 用户 动作 参数
2016-11-03 22:21:49serhiy.storchaka修改recipients: + serhiy.storchaka, lemburg, loewis, Guillaume Pasquet (Etenil)
2016-11-03 22:21:49serhiy.storchaka修改messageid: <1478211709.6.0.881010105646.issue28604@psf.upfronthosting.co.za>
2016-11-03 22:21:49serhiy.storchaka链接issue28604 messages
2016-11-03 22:21:49serhiy.storchaka创建