Message316601
| Author | serhiy.storchaka |
|---|---|
| Recipients | hawkowl, ned.deily, serhiy.storchaka |
| Date | 2018-05-14.22:30:01 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1526337001.4.0.682650639539.issue33497@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Is 'replace' the good default value? 'strict' is the default value for most encoding/decoding operations. 'surrogateescape' is used if the failure and the loss of information are not desirable (like in filenames decoding). 'backslashreplace' is good if we want to avoid a failure, but want to expose undecodable bytes in human-readable form. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-05-14 22:30:01 | serhiy.storchaka | set | recipients: + serhiy.storchaka, ned.deily, hawkowl |
| 2018-05-14 22:30:01 | serhiy.storchaka | set | messageid: <1526337001.4.0.682650639539.issue33497@psf.upfronthosting.co.za> |
| 2018-05-14 22:30:01 | serhiy.storchaka | link | issue33497 messages |
| 2018-05-14 22:30:01 | serhiy.storchaka | create | |