aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authortkikuchi <>2005-04-22 01:51:10 +0000
committertkikuchi <>2005-04-22 01:51:10 +0000
commit60b65531d08d0c6af8f23bb11b1b6e391e240267 (patch)
tree6f488d99b538ff727b6e759c0cae5dbede0c196d /NEWS
parent35bc3d31ab423d6a3c8982c2499f57578872c0be (diff)
downloadmailman2-60b65531d08d0c6af8f23bb11b1b6e391e240267.tar.gz
mailman2-60b65531d08d0c6af8f23bb11b1b6e391e240267.tar.xz
mailman2-60b65531d08d0c6af8f23bb11b1b6e391e240267.zip
NEWS update for Chinese.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files 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)