Message137903
| Author | vstinner |
|---|---|
| Recipients | amaury.forgeotdarc, loewis, ocean-city, vstinner |
| Date | 2011-06-08.12:57:23 |
| SpamBayes Score | 0.18339883 |
| Marked as misclassified | No |
| Message-id | <1307537844.71.0.260958440335.issue12281@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Example with ANSI=cp932 (on Windows Seven):
- b'abc\xffdef'.decode('mbcs', 'replace') gives 'abc\uf8f3def'
- b'abc\xffdef'.decode('mbcs', 'ignore') gives 'abcdef' |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-06-08 12:57:24 | vstinner | set | recipients: + vstinner, loewis, amaury.forgeotdarc, ocean-city |
| 2011-06-08 12:57:24 | vstinner | set | messageid: <1307537844.71.0.260958440335.issue12281@psf.upfronthosting.co.za> |
| 2011-06-08 12:57:24 | vstinner | link | issue12281 messages |
| 2011-06-08 12:57:23 | vstinner | create | |