Python & unicode

michele.simionato at gmail.com michele.simionato at gmail.com
Tue Jan 11 04:08:52 EST 2005


Uhm ...

>>> class C(object):
...     pass
...
>>> setattr(C, "è", "The letter è")
>>> getattr(C, "è")
'The letter \xe8'

;-)

                   Michele Simionato




More information about the Python-list mailing list