[issue14170] print unicode string error in win8 cmd console

2021-10-22 Thread Tim Golden
Tim Golden added the comment: Closing this as out-of-date. The original bug was reported against 2.7 and Win8, both of which are either end-of-life now. No follow up in 9 years and I'm quite certain that modern Pythons handle all manner of Unicode chars on the console. --

[issue14170] print unicode string error in win8 cmd console

2012-03-05 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: Victor: why do you think this is a duplicate of #11395? That issue deals with long output strings, which doesn't seem to be the case here. -- ___ Python tracker rep...@bugs.python.org

[issue14170] print unicode string error in win8 cmd console

2012-03-05 Thread STINNER Victor
STINNER Victor victor.stin...@gmail.com added the comment: Victor: why do you think this is a duplicate of #11395? That issue deals with long output strings, which doesn't seem to be the case here. IOError('[Errno 28] No space left on device') was exactly the #11395 error message. Without

[issue14170] print unicode string error in win8 cmd console

2012-03-05 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +brian.curtin, tim.golden ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14170 ___ ___

[issue14170] print unicode string error in win8 cmd console

2012-03-05 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: IOError('[Errno 28] No space left on device') was exactly the #11395 error message. I read that report differently: IOError: [Errno 12] Not enough space ENOMEM != ENOSPC -- ___ Python

[issue14170] print unicode string error in win8 cmd console

2012-03-02 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' g.rod...@gmail.com: -- nosy: +giampaolo.rodola ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14170 ___ ___

[issue14170] print unicode string error in win8 cmd console

2012-03-02 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +haypo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14170 ___ ___ Python-bugs-list mailing

[issue14170] print unicode string error in win8 cmd console

2012-03-02 Thread STINNER Victor
STINNER Victor victor.stin...@gmail.com added the comment: It looks like a duplicate of the issue #11395 which has been fixed in Python 3.2.1, but not backported to Python 2.7. Can you please try your program with Python 3.2.1? And maybe also attach the whole test script? --

[issue14170] print unicode string error in win8 cmd console

2012-03-01 Thread nkxyz
Changes by nkxyz niklen...@gmail.com: -- title: print unicode string error in cmd console - print unicode string error in win8 cmd console ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14170

[issue14170] print unicode string error in win8 cmd console

2012-03-01 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: What is the code page of your console (try: chcp). -- nosy: +loewis ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14170 ___