Message 105241 - Python tracker
Message105241
| Author | vstinner |
|---|---|
| Recipients | Arfrever, pitrou, vstinner |
| Date | 2010-05-07.22:35:59 |
| SpamBayes Score | 0.0006921356 |
| Marked as misclassified | No |
| Message-id | <1273271763.35.0.889902595535.issue8611@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Let's try with something: pyunicode_asencodefsdefault.patch adds PyUnicode_EncodeFSDefault() function to uniformize how a unicode is converted to bytes. Fallback to UTF-8 if Py_FileSystemEncoding is not set (I should be ASCII, not UTF-8) and use surrogateescape error handler. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-05-07 22:36:14 | vstinner | set | recipients: + vstinner, pitrou, Arfrever |
| 2010-05-07 22:36:03 | vstinner | set | messageid: <1273271763.35.0.889902595535.issue8611@psf.upfronthosting.co.za> |
| 2010-05-07 22:36:01 | vstinner | link | issue8611 messages |
| 2010-05-07 22:36:01 | vstinner | create | |