[IPython-user] Strange behavior on unicode strings
Kazuo Teramoto
kazuo@socrates.if.usp...
Sat Mar 17 10:01:35 CDT 2007
Hi
I got a strange behavior concerning unicode string input on a
iterative python shell. With ipython:
In [1]: u'á'
Out[1]: u'\xc3\xa1'
and with python interactive:
>>> u'á'
u'\xe1'
How I can change ipython to behave like python shell on unicode input?
Thanks.
--
«Dans la vie, rien n'est à craindre, tout est à comprendre»
Marie Sklodowska Curie.
More information about the IPython-user
mailing list