[IPython-dev] Bug caused by commit 2ccc90d68ac01145ab97
Jörgen Stenarson
jorgen.stenarson at bostream.nu
Wed Mar 2 14:49:46 EST 2011
Hi,
I'm not sure where I should report this. Should it go into its own issue
or as a comment on the commit that caused the problem?
Anyway commit 2ccc90d68ac01145ab97 gives unicode errors for lines with a
bare string containing non-ansi characters:
In [1]: "å"
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe5' in
position 1: ordinal not in range(128)
/Jörgen
More information about the IPython-dev
mailing list