Message 125795 - Python tracker
Message125795
| 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:20 | ingemar | set | recipients: + ingemar, terry.reedy, vstinner, r.david.murray |
| 2011-01-08 19:34:20 | ingemar | set | messageid: <1294515260.83.0.52420897335.issue10828@psf.upfronthosting.co.za> |
| 2011-01-08 19:34:15 | ingemar | link | issue10828 messages |
| 2011-01-08 19:34:14 | ingemar | create | |