Hi, All.

Oh dang.

The problem is CODEC_MAP in email/Charset.py, right?


There's a bug report by Jason R. Mastaler already:
        http://www.python.org/sf/852347


Here's a hack for Mailman 2.1.4:

-----japanese.py
from cjkcodecs import euc-jp, iso-2022-jp, shift_jis


This will not do. (Syntax error!)


My fault is that I have separately installed both JapaneseCodecs
and cjkcodecs in the python site-packages area. Looks like mailman
has looked the site-package codecs before mailman/pytholib codecs.

Since we can get rid of the aliases in Charset.py, woud it not be better
to leave the package installation to the indivisual site owners?

Some Japanese users looks like to prefer JapaneseCodecs than cjkcodecs
and some even prefer using one which override special characters like
full-width roman numerics.

Barry, I again suggest cancelling this commit for cjkcodecs altogether
in the meantime of releasing 2.1.4.

--
Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp
http://weather.is.kochi-u.ac.jp/


_______________________________________________ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers

Reply via email to