Message 280028 - Python tracker
Message280028
| 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:49 | serhiy.storchaka | set | recipients: + serhiy.storchaka, lemburg, loewis, Guillaume Pasquet (Etenil) |
| 2016-11-03 22:21:49 | serhiy.storchaka | set | messageid: <1478211709.6.0.881010105646.issue28604@psf.upfronthosting.co.za> |
| 2016-11-03 22:21:49 | serhiy.storchaka | link | issue28604 messages |
| 2016-11-03 22:21:49 | serhiy.storchaka | create | |