Message75253
| Author | vstinner |
|---|---|
| Recipients | barry, christian.heimes, vstinner |
| Date | 2008-10-27.14:14:39 |
| SpamBayes Score | 4.8473745e-09 |
| Marked as misclassified | No |
| Message-id | <1225116880.65.0.507381910265.issue4213@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Converting to the lower case doesn't solve the problem: if the locale is "utf8" and Python checks for "utf-8", the optimization will fail. Another example: iso-8859-1, latin-1 or latin1? A correct patch would be to get the most common name of the charset and make sure that Python C code always use this name. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-10-27 14:14:40 | vstinner | set | recipients: + vstinner, barry, christian.heimes |
| 2008-10-27 14:14:40 | vstinner | set | messageid: <1225116880.65.0.507381910265.issue4213@psf.upfronthosting.co.za> |
| 2008-10-27 14:14:39 | vstinner | link | issue4213 messages |
| 2008-10-27 14:14:39 | vstinner | create | |