CVS: tmda/htdocs howto-template.ht, 1.8, 1.9 howto-template.html, 1.27, 1.28
"Jason R. Mastaler" <[email protected]>
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tmda/tmda/htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv5473/htdocs Modified Files: howto-template.ht howto-template.html 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: howto-template.ht =================================================================== RCS file: /cvsroot/tmda/tmda/htdocs/howto-template.ht,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- howto-template.ht 26 Nov 2003 00:08:32 -0000 1.8 +++ howto-template.ht 26 Nov 2003 00:39:51 -0000 1.9 @@ -205,32 +205,27 @@ Multi-byte character sets such as those used in CJK can be used in a TMDA template, but requires that the proper Unicode codec be -installed into your Python first (single-byte 8-bit charsets don't need +installed into your Python (single-byte 8-bit charsets don't need a Unicode codec). +<br><br> -<h4>Chinese/Korean</h4> - -First install the +You must first install the <a href="http://cjkpython.i18n.org/" TARGET="Resource Window">CJKCodecs</a> -Python package. MacOS X, Debian Linux, and FreeBSD packages are also available. -The latest version of the package at this writing is 1.0.1. -<br><br> +Python package. The latest version of the package at this writing is 1.0.1. -Simplified Chinese: Templates must be in the <strong>GB2312</strong> charset.<br> -Traditional Chinese: Templates must be in the <strong>BIG5</strong> charset.<br> -Korean: Templates must be in the <strong>EUC-KR</strong> charset. - -<h4>Japanese</h4> - -First install the <a href="http://www.asahi-net.or.jp/~rd6t-kjym/python/" -TARGET="Resource Window">JapaneseCodecs</a> -Python package. Debian Linux and FreeBSD packages are also available. -The latest version of the package at this writing is 1.4.9. -<br><br> +<ul> -Templates must be in the <strong>EUC-JP</strong> charset, not +<li>Simplified Chinese: Your templates must be saved in the <strong>GB2312</strong> charset.<br><br> + +<li>Traditional Chinese: Your templates must be saved in the <strong>BIG5</strong> charset.<br><br> + +<li>Japanese: Your templates must be saved in the <strong>EUC-JP</strong> charset, not ISO-2022-JP or Shift_JIS. When the e-mail message is sent, the text -will be automatically be convered into ISO-2022-JP for 7-bit transmission. +will be automatically be convered into ISO-2022-JP for reliable 7-bit transmission.<br><br> + +<li>Korean: Your templates must be saved in the <strong>EUC-KR</strong> charset. + +</ul> <h3>Choosing the right character set</h3> Index: howto-template.html =================================================================== RCS file: /cvsroot/tmda/tmda/htdocs/howto-template.html,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- howto-template.html 26 Nov 2003 00:08:33 -0000 1.27 +++ howto-template.html 26 Nov 2003 00:39:51 -0000 1.28 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Tue Nov 25 16:59:00 2003 --> +<!-- Tue Nov 25 17:30:56 2003 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -404,32 +404,27 @@ Multi-byte character sets such as those used in CJK can be used in a TMDA template, but requires that the proper Unicode codec be -installed into your Python first (single-byte 8-bit charsets don't need +installed into your Python (single-byte 8-bit charsets don't need a Unicode codec). +<br><br> -<h4>Chinese/Korean</h4> - -First install the +You must first install the <a href="http://cjkpython.i18n.org/" TARGET="Resource Window">CJKCodecs</a> -Python package. MacOS X, Debian Linux, and FreeBSD packages are also available. -The latest version of the package at this writing is 1.0.1. -<br><br> +Python package. The latest version of the package at this writing is 1.0.1. -Simplified Chinese: Templates must be in the <strong>GB2312</strong> charset.<br> -Traditional Chinese: Templates must be in the <strong>BIG5</strong> charset.<br> -Korean: Templates must be in the <strong>EUC-KR</strong> charset. - -<h4>Japanese</h4> - -First install the <a href="http://www.asahi-net.or.jp/~rd6t-kjym/python/" -TARGET="Resource Window">JapaneseCodecs</a> -Python package. Debian Linux and FreeBSD packages are also available. -The latest version of the package at this writing is 1.4.9. -<br><br> +<ul> -Templates must be in the <strong>EUC-JP</strong> charset, not +<li>Simplified Chinese: Your templates must be saved in the <strong>GB2312</strong> charset.<br><br> + +<li>Traditional Chinese: Your templates must be saved in the <strong>BIG5</strong> charset.<br><br> + +<li>Japanese: Your templates must be saved in the <strong>EUC-JP</strong> charset, not ISO-2022-JP or Shift_JIS. When the e-mail message is sent, the text -will be automatically be convered into ISO-2022-JP for 7-bit transmission. +will be automatically be convered into ISO-2022-JP for reliable 7-bit transmission.<br><br> + +<li>Korean: Your templates must be saved in the <strong>EUC-KR</strong> charset. + +</ul> <h3>Choosing the right character set</h3>