Terry J. Reedy added the comment:

Stefan, the Idle Shell handles the BMP subset of Unicode quite well.

>>> print('€')
€
>>>

It is superior to the Windows console in other ways too.  For instance, cut and 
paste work normally as for other Windows windows.

(cp65001 is know to be buggy and essentially useless. Check the results in any 
search engine.)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1602>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to