消息 [251682]
[padding]
I think my suggested colours for the bikeshed would be handle_surrogates() and handle_surrogateescape(). “Rehandle” seems awkward and too assuming to me. And I agree with Serhiy that surrogates are a Unicode thing, not just related to the “surrogatepass” handler.
Adding them to “codecs” makes sense to me. The most important one, handle_surrogateescape() or equivalent, is closely related to the error handler of that module.
Having handle_surrogateescape or equivalent would probably be useful for Issue 25184 (displaying an arbitrary file path in a UTF-8 HTML file). |
|
| 日期 |
用户 |
动作 |
参数 |
| 2015-09-27 05:00:34 | martin.panter | 修改 | recipients:
+ martin.panter, lemburg, ncoghlan, pitrou, vstinner, ezio.melotti, Arfrever, steven.daprano, r.david.murray, sjt, serhiy.storchaka |
| 2015-09-27 05:00:34 | martin.panter | 修改 | messageid: <1443330034.45.0.632463225898.issue18814@psf.upfronthosting.co.za> |
| 2015-09-27 05:00:34 | martin.panter | 链接 | issue18814 messages |
| 2015-09-27 05:00:34 | martin.panter | 创建 | |
|