Message324213
| Author | michael-o |
|---|---|
| Recipients | Michael.Felt, michael-o, terry.reedy, vstinner |
| Date | 2018-08-28.07:18:20 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1535440701.06.0.56676864532.issue34403@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Now I know why this cannot with Roman 8: it contains chars which are multibyte in Unicode (UTF-8) which cannot be mapped into a 7-bit/8-bit encoding. Therefore CP1252 does not work because it has Unicode chars too. ISO-8859-1 solely consists of single byte chars. This test needs to be skipped on HP-UX. I will provide a patch for that. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-08-28 07:18:21 | michael-o | set | recipients: + michael-o, terry.reedy, vstinner, Michael.Felt |
| 2018-08-28 07:18:21 | michael-o | set | messageid: <1535440701.06.0.56676864532.issue34403@psf.upfronthosting.co.za> |
| 2018-08-28 07:18:21 | michael-o | link | issue34403 messages |
| 2018-08-28 07:18:20 | michael-o | create | |