Message138490
> 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(). |
|
| Date |
User |
Action |
Args |
| 2011-06-17 05:49:00 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, loewis, vstinner, ocean-city |
| 2011-06-17 05:49:00 | amaury.forgeotdarc | set | messageid: <[email protected]> |
| 2011-06-17 05:49:00 | amaury.forgeotdarc | link | issue12281 messages |
| 2011-06-17 05:49:00 | amaury.forgeotdarc | create | |
|