[issue2857] add codec for java modified utf-8

Marc-Andre Lemburg report at bugs.python.org
Thu May 15 13:54:37 CEST 2008


Marc-Andre Lemburg <mal at egenix.com> added the comment:

TCL only uses the codec for internal represenation. You might want to
interface to TCL at the C level and use the codec there, but is that
really a good reason to include the codec in the Python stdlib ?

Dito for parsing Lucene indexes.

I think you're better off writing your own codec and registering it with
the Python codec registry at application start-up time.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2857>
__________________________________


More information about the Python-bugs-list mailing list