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 georg.brandl
Recipients georg.brandl, loewis
Date 2007-08-31.07:10:38
SpamBayes Score 0.41308385
Marked as misclassified No
Message-id <1188544238.64.0.905111871367.issue1070@psf.upfronthosting.co.za>
In-reply-to
Content
When showing a name in a NameError, the encoding is messed up.
(File y.py, encoded in UTF-8, contains only only the line shown in the
traceback; the terminal encoding is set to UTF-8.)

$ python3k y.py
Traceback (most recent call last):
  File "y.py", line 1, in <module>
    print(ä)
NameError: name 'ᅢᄂ' is not defined
History
Date User Action Args
2007-08-31 07:10:38georg.brandlsetspambayes_score: 0.413084 -> 0.41308385
recipients: + georg.brandl, loewis
2007-08-31 07:10:38georg.brandlsetspambayes_score: 0.413084 -> 0.413084
messageid: <1188544238.64.0.905111871367.issue1070@psf.upfronthosting.co.za>
2007-08-31 07:10:38georg.brandllinkissue1070 messages
2007-08-31 07:10:38georg.brandlcreate