This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dwayne
Recipients dwayne
Date 2009-02-11.07:03:35
SpamBayes Score 0.00019189238
Marked as misclassified No
Message-id <1234335818.61.0.321610259153.issue5214@psf.upfronthosting.co.za>
In-reply-to
Content
>>> u = unicode("bob", "KOI8-RU")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
LookupError: unknown encoding: KOI8-RU

This could be broadened to see that we support all encodings that are
supported by iconv.
History
Date User Action Args
2009-02-11 07:03:38dwaynesetrecipients: + dwayne
2009-02-11 07:03:38dwaynesetmessageid: <1234335818.61.0.321610259153.issue5214@psf.upfronthosting.co.za>
2009-02-11 07:03:37dwaynelinkissue5214 messages
2009-02-11 07:03:36dwaynecreate