[issue5214] Add KOI8-RU as a known encoding

STINNER Victor report at bugs.python.org
Thu Feb 12 13:14:25 CET 2009


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

My version of iconv (2.6.1) doesn't support KOI8-RU, only:
 - CSKOI8R
 - KOI-7
 - KOI-8
 - KOI8-R: supported by python trunk
 - KOI8-T
 - KOI8-U: supported by python trunk
 - KOI8
 - KOI8R
 - KOI8U

Note: python trunk doesn't support KOI8R nor KOI8U (which are just 
aliases to KOI8-R and KOI8-U).

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


More information about the Python-bugs-list mailing list