[issue5214] Add KOI8-RU as a known encoding

Dwayne Bailey report at bugs.python.org
Wed Feb 11 08:03:38 CET 2009


New submission from Dwayne Bailey <dwayne+pythonbugs at translate.org.za>:

>>> 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.

----------
components: Unicode
messages: 81630
nosy: dwayne
severity: normal
status: open
title: Add KOI8-RU as a known encoding
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5214>
_______________________________________


More information about the Python-bugs-list mailing list