Re: [Python-Dev] Problem displaying the warning symbol

2014-11-16 Thread Stefano Borini
On 11/16/14 8:23 PM, Terry Reedy wrote: Stefano, the right place to send an enquiry about a bug is python-list, not py-dev. ok, sorry, but I wasn't even sure if it was a bug, and what was the root cause. I'm doubtful this is a Python problem though. More likely it is an issue with the cu

Re: [Python-Dev] Problem displaying the warning symbol

2014-11-16 Thread Terry Reedy
On 11/16/2014 11:49 AM, R. David Murray wrote: On Sun, 16 Nov 2014 11:23:41 +0100, Stefano Borini wrote: 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 Stefano, the rig

Re: [Python-Dev] Problem displaying the warning symbol

2014-11-16 Thread R. David Murray
On Sun, 16 Nov 2014 11:23:41 +0100, Stefano Borini wrote: > 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 Bugs should be reported to bugs.python.org. They just get lo

[Python-Dev] Problem displaying the warning symbol

2014-11-16 Thread Stefano Borini
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 w