Serhiy Storchaka added the comment:

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).

----------
nosy: +lemburg, loewis, serhiy.storchaka
versions: +Python 3.7 -Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28604>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to