Bash and Unicode

2012-09-20 Thread Jakub Jankiewicz
Hi, I don't know where to ask this or report a bug about it. I find an issue with Unicode characters (polish) using figlet $ figlet ó /\/| |/\/|__ / /_\ |_ \ / _ \___/ /_/ \_\ ó is 243, I can call ord(u'ó') form python but not from bash $ python -c 'print ord(u"ó")' Traceback (most

Re: Bash and Unicode

2012-09-20 Thread DJ Mills
On Thu, Sep 20, 2012 at 6:00 PM, Jakub Jankiewicz wrote: > Hi, > > I don't know where to ask this or report a bug about it. > > I find an issue with Unicode characters (polish) using figlet > > $ figlet ó > > /\/| > |/\/|__ / > /_\ |_ \ > / _ \___/ > /_/ \_\ > > ó is 243, I can call ord(

Re: Bash and Unicode

2012-09-20 Thread Jakub Jankiewicz
On Thu, 20 Sep 2012 19:23:02 -0400 DJ Mills wrote: > On Thu, Sep 20, 2012 at 6:00 PM, Jakub Jankiewicz > wrote: > > Hi, > > > > I don't know where to ask this or report a bug about it. > > > > I find an issue with Unicode characters (polish) using figlet > > > > $ figlet ó > > > > /\/| >