[Python-Dev] Adding Japanese Codecs to the distro
Walter Dörwald
walter@livinglogic.de
Thu, 23 Jan 2003 19:05:45 +0100
M.-A. Lemburg wrote:
> [...]
> Still, I'd would love to see some further improvement of the
> size and performance of the codecs (and maybe support for the
> new error callbacks; something which Hisao has integrated
> into his codecs).
As far as I can tell SF patch #666484 does not include full
support for error callbacks, it only special cases
"backslashreplace" in util.py, but there's never any call
to codecs.lookup_error() to deal with unknown handler
names.
> [...]
Bye,
Walter Dörwald