[IPython-dev] Bug caused by commit 2ccc90d68ac01145ab97

Thomas Kluyver takowl at gmail.com
Wed Mar 2 15:08:12 EST 2011


(Forgot to CC list in my reply...)
On 2 March 2011 19:49, Jörgen Stenarson <jorgen.stenarson at bostream.nu>wrote:

> 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)
>

At present, any command containing non-ascii characters fails (at least for
me). Can you test with my unicode issues branch:

https://github.com/ipython/ipython/pull/252

Thanks,
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20110302/5814f194/attachment.html>


More information about the IPython-dev mailing list