Message78933
| Author | geon |
|---|---|
| Recipients | geon, loewis, terry.reedy, vstinner |
| Date | 2009-01-03.05:00:24 |
| SpamBayes Score | 5.3288467e-09 |
| Marked as misclassified | No |
| Message-id | <1230958826.67.0.681001280305.issue4008@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I vote for fixing this too. This might be simplified/another example of
above mentioned issues:
# -*- coding: utf-8 -*-
print ("ěščřžýáíé")
in IDLE prints this:
>>>
ěščřžýáĂĂ©
When running this script under python command line from another editor,
I get the output readable as expected. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-01-03 05:00:27 | geon | set | recipients: + geon, loewis, terry.reedy, vstinner |
| 2009-01-03 05:00:26 | geon | set | messageid: <1230958826.67.0.681001280305.issue4008@psf.upfronthosting.co.za> |
| 2009-01-03 05:00:24 | geon | link | issue4008 messages |
| 2009-01-03 05:00:24 | geon | create | |