From 60b65531d08d0c6af8f23bb11b1b6e391e240267 Mon Sep 17 00:00:00 2001 From: tkikuchi <> Date: Fri, 22 Apr 2005 01:51:10 +0000 Subject: NEWS update for Chinese. --- NEWS | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 414e647a..967e0dae 100644 --- a/NEWS +++ b/NEWS @@ -47,9 +47,12 @@ Here is a history of user visible changes to Mailman. STEALTH_MODE on by default. - Chinese languages moved from 'big5' and 'gb' to 'zh_TW' and 'zh_CN' - respectively for compliance to the IANA spec. Note that only zh_CN - is supported and new translation coming up, while zh_TW is still - unattended for years. + respectively for compliance to the IANA spec. Note, however, that the + character sets were changed from 'Big5' or 'GB2312' to 'UTF-8' to cope + with the insufficient codecs support in Python 2.3 and earlier. You + may have to install Chinese capable codecs (like CJKCodecs) separately + to handle the incoming messages which are in local charsets, or upgrade + your Python to 2.4 or newer. - Python 2.4 compatibility issue: time.strftime() became strict about the 'day of year' range. (1078482) -- cgit v1.2.3