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, terry.reedy, vstinner
Date 2014-04-11.18:51:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CACEgxVJ1vPmNhUTvwBgLszgmnHJ-mTMLzaRCy3u8KEwrnT37Qg@mail.gmail.com>
In-reply-to <1396868920.46.0.884837755106.issue21164@psf.upfronthosting.co.za>
Content
I start ipython in Windows PowerShell. The "console" I am referring to is
ipython running in WindowsPowerShell.
I do not use the DOS cmd.exe

When running ipython notebook from WindowsPowerShell -- no problem printing
unicode.

When running in PTVS (Python Tools for Visual Studio) debugger -- no
problem printing unicode in Output window, or Interactive Python window.
Problem does appear in Console window (which is the DOS window I believe).

On Mon, Apr 7, 2014 at 7:08 AM, STINNER Victor <report@bugs.python.org>wrote:

>
> STINNER Victor added the comment:
>
> Hi, when you say "The console" is the the old MS-DOS command ("Windows
> console") opened when you run the "cmd.exe" program? Or IDLE or another
> console?
>
> For the Windows console, see the old issue #1602 which is not fixed yet.
>
> On Windows, sys.stdout.encoding is your OEM code page, which is usually
> different than the ANSI code page (locale.getpreferredencoding()).
>
> ----------
> nosy: +haypo
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue21164>
> _______________________________________
>
History
Date User Action Args
2014-04-11 18:51:09LeslieKsetrecipients: + LeslieK, terry.reedy, vstinner
2014-04-11 18:51:09LeslieKlinkissue21164 messages
2014-04-11 18:51:09LeslieKcreate