Marc-Andre Lemburg <m...@egenix.com> added the comment:

Right, the charmap codec was built with the Unicode Consortium mappings in mind.

However, you may have some luck decoding the two byte chars in ISO 6937 using 
combining code points in Unicode. With some extra post processing you could 
also normalize the output into single code points.

If I find time, I may have a look at gencodec.py again and update it to more 
modern interfaces. I've long given up maintenance of Unicode in Python and only 
try to help by giving some guidance based on the original implementation design.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue24339>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to