Message 369811 - Python tracker
Message369811
| Author | jberg |
|---|---|
| Recipients | Neui, SilentGhost, eryksun, jberg, ncoghlan |
| Date | 2020-05-24.17:26:36 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1590341196.17.0.756431238441.issue35883@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Pretty sure this is an issue still, I see it on current git master. This seems to work around it? https://p.sipsolutions.net/603927f1537226b3.txt Basically, it seems that mbstowcs() and mbrtowc() on glibc with utf-8 just blindly decode even invalid UTF-8 to a too large wchar_t, rather than failing. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-05-24 17:26:36 | jberg | set | recipients: + jberg, ncoghlan, SilentGhost, eryksun, Neui |
| 2020-05-24 17:26:36 | jberg | set | messageid: <1590341196.17.0.756431238441.issue35883@roundup.psfhosted.org> |
| 2020-05-24 17:26:36 | jberg | link | issue35883 messages |
| 2020-05-24 17:26:36 | jberg | create | |