消息 [74119]
For the moment, I'd suggest that one unicode character has a the same
with as the space character, assuming that stdout.encoding correctly
matches the terminal.
Then the C implementation could do something similar to the statements I
added in traceback.py:
offset = len(line.encode('utf-8')[:offset].decode('utf-8')) |
|
| 日期 |
用户 |
动作 |
参数 |
| 2008-10-01 08:14:01 | amaury.forgeotdarc | 修改 | recipients:
+ amaury.forgeotdarc, ocean-city |
| 2008-10-01 08:14:01 | amaury.forgeotdarc | 修改 | messageid: <1222848841.07.0.0224167443803.issue2382@psf.upfronthosting.co.za> |
| 2008-10-01 08:14:00 | amaury.forgeotdarc | 链接 | issue2382 messages |
| 2008-10-01 08:13:59 | amaury.forgeotdarc | 创建 | |
|