[Python-bugs-list] [Bug #116285] Unicode encoders don't report errors properly

noreply@sourceforge.net noreply@sourceforge.net
Fri, 6 Oct 2000 17:32:09 -0700


Bug #116285, was updated on 2000-Oct-06 17:32
Here is a current snapshot of the bug.

Project: Python
Category: Library
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Summary: Unicode encoders don't report errors properly

Details: In current CVS, u"\366".encode("koi8-r") gives '\366'. This is incorrect -
koi8-r does not support LATIN SMALL LETTER O WITH DIAERESIS, so it should raise a UnicodeError instead.

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=116285&group_id=5470