CVS: tmda UPGRADE,1.86,1.87
"Jason R. Mastaler" <[email protected]>
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tmda/tmda In directory sc8-pr-cvs1:/tmp/cvs-serv31352 Modified Files: UPGRADE Log Message: Bugfix. TMDA supports the KoreanCodecs and ChineseCodecs modules for Korean and Chinese in the templates, but they are no longer available as they have been replaced by a unified package called CJKCodecs. So, we add support for CJKCodecs, and remove support for the former. Even thought CJKCodecs has Japanese support, apparently there is some controversy with it, and JapaneseCodecs still has a strong user base. So, we take the conservative road and stick with JapaneseCodecs for now. Hopefully in the future we'll be able to use CJKCodecs for everything. Index: UPGRADE =================================================================== RCS file: /cvsroot/tmda/tmda/UPGRADE,v retrieving revision 1.86 retrieving revision 1.87 diff -u -r1.86 -r1.87 --- UPGRADE 10 Nov 2003 18:59:25 -0000 1.86 +++ UPGRADE 26 Nov 2003 00:08:31 -0000 1.87 @@ -3,6 +3,15 @@ ====================================================================== +If you are upgrading from a release of TMDA < 0.90: + +* If you are using Chinese or Korean in your TMDA templates, you must + install the CJKCodecs Python package at http://cjkpython.i18n.org/. + CJKCodecs has replaced both the ChineseCodecs and KoreanCodecs + packages. + +====================================================================== + If you are upgrading from a release of TMDA < 0.87: * The OUTGOINGMAIL variable has been renamed MAIL_TRANSPORT, and its