[New-bugs-announce] [issue21164] print unicode in Windows console

Leslie Klein report at bugs.python.org
Mon Apr 7 04:57:52 CEST 2014


New submission from Leslie Klein:

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

----------
components: Windows
messages: 215675
nosy: LeslieK
priority: normal
severity: normal
status: open
title: print unicode in Windows console
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21164>
_______________________________________


More information about the New-bugs-announce mailing list