utf8 silly question

Steven Bethard steven.bethard at gmail.com
Tue Jun 21 13:17:35 EDT 2005


Grig Gheorghiu wrote:
>>>>import codecs
>>>>print codecs.encode(c, 'utf-8')
> 
> © some text

Or simply:

py> print c.encode('utf-8')
© some text



More information about the Python-list mailing list