Message343102
| Author | vstinner |
|---|---|
| Recipients | a.badger, dstufft, eric.araujo, vstinner |
| Date | 2019-05-21.21:41:25 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1558474885.68.0.0205059053711.issue36998@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
IMHO MANIFEST should always be encoded to UTF-8 on all platforms. It means always *decode* it from UTF-8. For backward compatibility, we might first try to decode it from UTF-8, but falls back on the locale encoding if the UTF-8 decoder raises a UnicodeDecodeError. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-05-21 21:41:25 | vstinner | set | recipients: + vstinner, eric.araujo, a.badger, dstufft |
| 2019-05-21 21:41:25 | vstinner | set | messageid: <1558474885.68.0.0205059053711.issue36998@roundup.psfhosted.org> |
| 2019-05-21 21:41:25 | vstinner | link | issue36998 messages |
| 2019-05-21 21:41:25 | vstinner | create | |