消息 [283953]
With your patch Martin, test_nonascii is skipped on Android when LANG is not set and the issue is fixed.
> Just to clarify, is the problem that Python (correctly) assumes UTF-8 encoding on Android, but Readline does not unless you tweak the environment variable?
Readline (correctly) uses the locale environment variables to set eight-bit mode (see function _rl_init_eightbit() in Readline nls.c) and when the LC_CTYPE category is C or POSIX, eight-bit characters are discarded on input and a bell character ('\x07') is echoed instead. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2016-12-24 14:04:57 | xdegaye | 修改 | recipients:
+ xdegaye, martin.panter |
| 2016-12-24 14:04:57 | xdegaye | 修改 | messageid: <1482588297.3.0.948095492859.issue28997@psf.upfronthosting.co.za> |
| 2016-12-24 14:04:57 | xdegaye | 链接 | issue28997 messages |
| 2016-12-24 14:04:57 | xdegaye | 创建 | |
|