[Mailman-i18n] My Mailman occurs an ERROR, when i set the DEFAULT_SERVER_LANGUAGE to 'gb2312'

Tokio Kikuchi tkikuchi at is.kochi-u.ac.jp
Mon Sep 22 20:50:00 EDT 2003


Hi,

Barry Warsaw wrote:

> On Wed, 2003-09-17 at 02:15, Tokio Kikuchi wrote:
> 
> 
>>You should first install ChineseCodecs. It is available
>>from http://mm.tkikuchi.net/ChineseCodecs-1.1.0p.tar.gz
>>which is patched to fit in the mailman installation.
>>Find how Japanese and Korean codecs are installed reading
>>Makefile and other and adjust the mailman distibution files.
> 
> 
> Should we add this codec package to the Mailman distribution?

Yes. At least it will reduce shunted messages.
There is CJKCodecs out but I haven't get much positive view
from japanese python community.

> 
> 
>>LANG is not 'bg2312', but 'gb'. It should be 'zh_CN', however.
> 
> 
> Do you think I should change Defaults.py.in?

Yes.
- add_language('big5', _('Traditional Chinese'), 'big5')
- add_language('gb',   _('Simplified Chinese'),  'gb2312')
+ add_language('zh_CN', _('Chinese (China)'), 'gb2312')
+ add_language('zh_TW', _('Chinese (Taiwan)'), 'big5')

> 
> I wouldn't want to make either change for 2.1.3 (too late), but I would
> be supportive of changing these for 2.1.4, if it's the right thing to
> do.
> 
> -Barry
> 

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




More information about the Mailman-i18n mailing list