This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients amaury.forgeotdarc, eric.araujo, ezio.melotti, jkloth, larry, loewis, r.david.murray, serhiy.storchaka, techtonik, vstinner
Date 2012-12-14.17:48:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355507316.74.0.227694494032.issue16656@psf.upfronthosting.co.za>
In-reply-to
Content
Surrogateescape is for non-decodable names. Here we have a problem with non-encodable names.

I know that naive approach with using only Unicode API inside is not work because Windows use complex logic for filename encoding (for example dropping diacritics). Perhaps Martin have more to say.
History
Date User Action Args
2012-12-14 17:48:36serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, amaury.forgeotdarc, vstinner, larry, techtonik, jkloth, ezio.melotti, eric.araujo, r.david.murray
2012-12-14 17:48:36serhiy.storchakasetmessageid: <1355507316.74.0.227694494032.issue16656@psf.upfronthosting.co.za>
2012-12-14 17:48:36serhiy.storchakalinkissue16656 messages
2012-12-14 17:48:36serhiy.storchakacreate