Message 235879 - Python tracker
Message235879
| Author | martin.panter |
|---|---|
| Recipients | demian.brecht, martin.panter, orsenthil |
| Date | 2015-02-13.06:38:30 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1423809510.14.0.21132795433.issue23350@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The length of an encoded Latin-1 string should equal the length of the unencoded text string, since it is a one-to-one character-to-byte encoding. So encoding should not actually be needed to determine the Latin-1 encoded length. Though I’m not particularly excited by silently Latin-1 encoding text bodies in the first place. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-02-13 06:38:30 | martin.panter | set | recipients: + martin.panter, orsenthil, demian.brecht |
| 2015-02-13 06:38:30 | martin.panter | set | messageid: <1423809510.14.0.21132795433.issue23350@psf.upfronthosting.co.za> |
| 2015-02-13 06:38:30 | martin.panter | link | issue23350 messages |
| 2015-02-13 06:38:30 | martin.panter | create | |