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 Guillaume Pasquet (Etenil), lemburg, loewis, serhiy.storchaka
Date 2016-11-03.22:21:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478211709.6.0.881010105646.issue28604@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2016-11-03 22:21:49serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, loewis, Guillaume Pasquet (Etenil)
2016-11-03 22:21:49serhiy.storchakasetmessageid: <1478211709.6.0.881010105646.issue28604@psf.upfronthosting.co.za>
2016-11-03 22:21:49serhiy.storchakalinkissue28604 messages
2016-11-03 22:21:49serhiy.storchakacreate