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 ingemar
Recipients ingemar, r.david.murray, terry.reedy, vstinner
Date 2011-01-08.19:34:14
SpamBayes Score 0.0006007769
Marked as misclassified No
Message-id <1294515260.83.0.52420897335.issue10828@psf.upfronthosting.co.za>
In-reply-to
Content
python.exe -c "import locale; print('ANSI code page: {}'.format(locale.getpreferredencoding()))"
ANSI code page: cp1252


python.exe -c "import os; fn=os.fsencode('ä'); print(ascii(fn))"
b'\xe4'
and no error raised
History
Date User Action Args
2011-01-08 19:34:20ingemarsetrecipients: + ingemar, terry.reedy, vstinner, r.david.murray
2011-01-08 19:34:20ingemarsetmessageid: <1294515260.83.0.52420897335.issue10828@psf.upfronthosting.co.za>
2011-01-08 19:34:15ingemarlinkissue10828 messages
2011-01-08 19:34:14ingemarcreate