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.19:00:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355512043.16688.10.camel@raxxla>
In-reply-to <1355510812.4.0.224131662778.issue16656@psf.upfronthosting.co.za>
Content
> Ah, I misunderstood your comment.

Ah, you misunderstood my comment right now.

> So, listdir is returning the "correct" the filename, it's just that we can't encode it to the console encoding.

listdir() returns already irremediably broken filename (all Cyrillic
letters replaced with '?'). My test script outputs only ascii data, you
see literally what you get, there is no output encoding issues.
History
Date User Action Args
2012-12-14 19:00:58serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, amaury.forgeotdarc, vstinner, larry, techtonik, jkloth, ezio.melotti, eric.araujo, r.david.murray
2012-12-14 19:00:58serhiy.storchakalinkissue16656 messages
2012-12-14 19:00:58serhiy.storchakacreate