[Ipython-tickets] [IPython] #156: ipython crashes when input specific characters
IPython
ipython-tickets@scipy....
Wed Jan 30 10:31:41 CST 2008
#156: ipython crashes when input specific characters
---------------------+------------------------------------------------------
Reporter: hongqn | Owner: fperez
Type: defect | Status: new
Priority: normal | Milestone:
Component: ipython | Version:
Severity: major | Resolution:
Keywords: |
---------------------+------------------------------------------------------
Comment (by fperez):
I can reproduce the original crash with the chinese character on my ubuntu
gutsy 32-bit box:
{{{
In [1]: '你好'
Out[1]: '\xe4\xbd\xa0\xe5\xa5\xbd'
In [2]: ��'
WARNING:
********
You or a %run:ed script called sys.stdin.close() or sys.stdout.close()!
Exiting IPython!
}}}
The Finnish one is OK though:
{{{
In [3]: print "ä"
ä
}}}
This means we still have unicode issues somewhere deep...
--
Ticket URL: <http://ipython.scipy.org/ipython/ipython/ticket/156#comment:4>
IPython <http://ipython.scipy.org>
The IPython interactive Python system
More information about the Ipython-tickets
mailing list