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 ó
> >
> > /\/|
>
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(
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