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 HWJ, amaury.forgeotdarc, benjamin.peterson, dlitz, draghuram, gvanrossum, loewis, pitrou, vstinner, zegreek
Date 2008-09-30.15:21:14
SpamBayes Score 0.0019093745
Marked as misclassified No
Message-id <1222788076.91.0.0302826382378.issue3187@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that solves the issue in a different way: it introduces
sys.setfilesystemencoding. If applications invoke
sys.setfilesystemencoding("iso-8859-1"), all file names can be
successfully converted into a character string.
History
Date User Action Args
2008-09-30 15:21:17loewissetrecipients: + loewis, gvanrossum, amaury.forgeotdarc, pitrou, vstinner, draghuram, benjamin.peterson, HWJ, dlitz, zegreek
2008-09-30 15:21:16loewissetmessageid: <1222788076.91.0.0302826382378.issue3187@psf.upfronthosting.co.za>
2008-09-30 15:21:16loewislinkissue3187 messages
2008-09-30 15:21:16loewiscreate