Message 327944 - Python tracker
Message327944
| Author | ncoghlan |
|---|---|
| Recipients | docs@python, eric.snow, ncoghlan, vstinner |
| Date | 2018-10-18.08:06:11 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <CADiSq7d3Nn5TEg7Xiy9VEoRS86iABmLgfc3Gj5qiN_yYJUwuqQ@mail.gmail.com> |
| In-reply-to | <1539208054.87.0.788709270274.issue34914@psf.upfronthosting.co.za> |
| Content | |
|---|---|
Your explanation is why this is a docs enhancement proposal rather than a bug report: as far as we're aware, all encodings that get used as locale encodings have the property that encoding "-X utf8" with the locale encoding gives the same answer as encoding it with ASCII. Encodings where this isn't true (like UTF-16-LE) don't get used as locale encodings. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-10-18 08:06:11 | ncoghlan | set | recipients: + ncoghlan, vstinner, docs@python, eric.snow |
| 2018-10-18 08:06:11 | ncoghlan | link | issue34914 messages |
| 2018-10-18 08:06:11 | ncoghlan | create | |