Message 384611 - Python tracker
It took me a while to understand it, the _multibytecodec module itself is fine. The issue comes from the _codecs_jp module which uses the legacy module API:
codec = _codecs_jp.getcodec('cp932')
It took me a while to understand it, the _multibytecodec module itself is fine. The issue comes from the _codecs_jp module which uses the legacy module API:
codec = _codecs_jp.getcodec('cp932')