消息 [310029]
> New changeset 7ed7aead9503102d2ed316175f198104e0cd674c by Victor Stinner in branch 'master':
> bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)
Oh, this change broke test_nonascii() of test_readline() on FreeBSD.
Previsously, readline used ASCII/surrogateescape encoding for the POSIX locale. Now, mbstowcs() / wcstombs() is called directly, with the surrogateescape error handler. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2018-01-16 00:08:03 | vstinner | 修改 | recipients:
+ vstinner, ezio.melotti, methane, eryksun, yan12125 |
| 2018-01-16 00:08:03 | vstinner | 修改 | messageid: <1516061283.78.0.467229070634.issue29240@psf.upfronthosting.co.za> |
| 2018-01-16 00:08:03 | vstinner | 链接 | issue29240 messages |
| 2018-01-16 00:08:03 | vstinner | 创建 | |
|