Comment 8 for bug 290677

Revision history for this message
jjunho (jjunho) wrote :

I'm just sending my outputs to be checked... My system is Ubuntu Hardy and I mainly use IPython in Portuguese and Korean, so I have my machine set to use UTF-8 and never had any problem till now...

Below I send two examples with Portuguese accented letters and some Korean characters.

=================
Python 2.5.2 (r252:60911, Oct 5 2008, 19:24:49)
Type "copyright", "credits" or "license" for more information.

IPython 0.8.4 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object'. ?object also works, ?? prints more.

In [1]: u'áéíóúàâêôãõç'
Out[1]: u'\xc3\xa1\xc3\xa9\xc3\xad\xc3\xb3\xc3\xba\xc3\xa0\xc3\xa2\xc3\xaa\xc3\xb4\xc3\xa3\xc3\xb5\xc3\xa7'

In [2]: u'가나다라마바사'
Out[2]: u'\xea\xb0\x80\xeb\x82\x98\xeb\x8b\xa4\xeb\x9d\xbc\xeb\xa7\x88\xeb\xb0\x94\xec\x82\xac'

########

Python 2.5.2 (r252:60911, Oct 5 2008, 19:24:49)
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> u'áéíóúàâêôãõç'
u'\xe1\xe9\xed\xf3\xfa\xe0\xe2\xea\xf4\xe3\xf5\xe7'
>>> u'가나다라마바사'
u'\uac00\ub098\ub2e4\ub77c\ub9c8\ubc14\uc0ac'
========================

Hope you guys can fix this soon! :) Thanks and keep up the good work!!!