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 LeslieK
Recipients LeslieK
Date 2014-04-07.02:57:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396839472.79.0.493888101601.issue21164@psf.upfronthosting.co.za>
In-reply-to
Content
The console behaves by encoding a str (using the sys.getdefaultencoding()) and then decodes the bytes to a glyph for rendering. The decoder used is 'cp437'. Apparently, there is no way to override that!

See ipython notebook for summary and example of the issue.

nbviewer.ipython.org/gist/LeslieK/10013426
History
Date User Action Args
2014-04-07 02:57:52LeslieKsetrecipients: + LeslieK
2014-04-07 02:57:52LeslieKsetmessageid: <1396839472.79.0.493888101601.issue21164@psf.upfronthosting.co.za>
2014-04-07 02:57:52LeslieKlinkissue21164 messages
2014-04-07 02:57:51LeslieKcreate