Unicode charmap decoders slow

"Martin v. Löwis" martin at v.loewis.de
Mon Oct 3 06:59:38 EDT 2005


Tony Nelson wrote:
> Is there a faster way to decode from charmaps to utf-8 than unicode()?

You could try the iconv codec, if your system supports iconv:

http://cvs.sourceforge.net/viewcvs.py/python-codecs/practicecodecs/iconv/

Regards,
Martin



More information about the Python-list mailing list