CVS: tmda UPGRADE,1.87,1.88
"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-serv5473 Modified Files: UPGRADE Log Message: Deprecate JapaneseCodecs in favour of CJKCodecs. Literally 90 seconds after I made the last checkin, Tokio Kikuchi responded to the email-sig list with a thumbs up for replacing JapaneseCodecs with CJKCodecs. Isn't that always how it works? If I wouldn't have made the checkin, he wouldn't have responded.. Index: UPGRADE =================================================================== RCS file: /cvsroot/tmda/tmda/UPGRADE,v retrieving revision 1.87 retrieving revision 1.88 diff -u -r1.87 -r1.88 --- UPGRADE 26 Nov 2003 00:08:31 -0000 1.87 +++ UPGRADE 26 Nov 2003 00:39:50 -0000 1.88 @@ -5,10 +5,10 @@ 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 using Chinese, Japanese, or Korean in your TMDA + templates, you must install the CJKCodecs Python package at + http://cjkpython.i18n.org/. CJKCodecs has replaced the + ChineseCodecs, JapaneseCodecs and KoreanCodecs packages. ======================================================================