Grig Gheorghiu wrote: >>>>import codecs >>>>print codecs.encode(c, 'utf-8') > > © some text
Or simply: py> print c.encode('utf-8') © some text -- http://mail.python.org/mailman/listinfo/python-list
Grig Gheorghiu wrote: >>>>import codecs >>>>print codecs.encode(c, 'utf-8') > > © some text
Or simply: py> print c.encode('utf-8') © some text -- http://mail.python.org/mailman/listinfo/python-list