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 loewis
Recipients ideasman42, loewis, vstinner
Date 2010-12-02.06:14:03
SpamBayes Score 1.4737507e-05
Marked as misclassified No
Message-id <1291270445.75.0.206587362426.issue10600@psf.upfronthosting.co.za>
In-reply-to
Content
This is not a bug. You can't expect that using an arbitrary codec (such as UTF-8) with the surrogateescape code, and expect to be able that opening the file will be able to produce the correct filename. This won't work on Unix, in the general case, either. The surrogateescape code will work correctly in this setup only when used with the filesystem encoding.
History
Date User Action Args
2010-12-02 06:14:05loewissetrecipients: + loewis, vstinner, ideasman42
2010-12-02 06:14:05loewissetmessageid: <1291270445.75.0.206587362426.issue10600@psf.upfronthosting.co.za>
2010-12-02 06:14:04loewislinkissue10600 messages
2010-12-02 06:14:03loewiscreate