[Ipython-tickets] [IPython] #148: ipython: Doesn't handle utf8 strings correctly
IPython
ipython-tickets@scipy....
Mon Apr 23 17:11:55 CDT 2007
#148: ipython: Doesn't handle utf8 strings correctly
---------------------+------------------------------------------------------
Reporter: bzed | Owner: fperez
Type: defect | Status: closed
Priority: normal | Milestone:
Component: ipython | Version:
Severity: normal | Resolution: fixed
Keywords: |
---------------------+------------------------------------------------------
Changes (by fperez):
* status: new => closed
* resolution: => fixed
Comment:
Closing, the problem doesn't exist in current version:
{{{
In [1]: u'Böö'
Out[1]: u'B\xf6\xf6'
In [2]: print u'Böö'
Böö
}}}
--
Ticket URL: <http://projects.scipy.org/ipython/ipython/ticket/148#comment:1>
IPython <http://ipython.scipy.org>
The IPython interactive Python system
More information about the Ipython-tickets
mailing list