消息 [138490]
> I don't know yet how Windows do decode bytes filenames
> (especially how it handles undecodable bytes),
> I suppose that it uses MultiByteToWideChar using cp=CP_ACP and flags=0.
It's likely, yes. But you don't need a new codec function for this.
What about something like .decode('mbcs', errors='windows')?
I still don't see the advantage of codecs.code_page_encode(). |
|
| 日期 |
用户 |
动作 |
参数 |
| 2011-06-17 05:49:00 | amaury.forgeotdarc | 修改 | recipients:
+ amaury.forgeotdarc, loewis, vstinner, ocean-city |
| 2011-06-17 05:49:00 | amaury.forgeotdarc | 修改 | messageid: <1308289740.88.0.84924790494.issue12281@psf.upfronthosting.co.za> |
| 2011-06-17 05:49:00 | amaury.forgeotdarc | 链接 | issue12281 messages |
| 2011-06-17 05:49:00 | amaury.forgeotdarc | 创建 | |
|