[Python-Dev] Problem displaying the warning symbol

Stefano Borini stefano.borini at ferrara.linux.it
Sun Nov 16 11:23:41 CET 2014


Hi,

I report a finding (bug?) about the warning unicode symbol, as reported here

http://stackoverflow.com/questions/26919799/cannot-make-warning-sign-visible-on-osx-terminal

In brief, python fails to correctly encode \u26a0 (warning sign) to 
utf-8, instead writing a space. It has no problems with other symbols.

I m using python 3.4.0.


More information about the Python-Dev mailing list