mhonarc-commits
[Top] [All Lists]

CVS: mhonarc/MHonArc/doc/resources charsetaliases.html,NONE,1.1 botlinks.ht...

2002-11-16 20:39:27
Update of /cvsroot/mhonarc/mhonarc/MHonArc/doc/resources
In directory subversions:/tmp/cvs-serv25158/doc/resources

Modified Files:
	botlinks.html charsetconverters.html 
Added Files:
	charsetaliases.html 
Log Message:
* Added CHARSETALIASES resource to define aliases for official
  charset names.
* MHonArc::CharEnt:
  + Several charset mappings added to MHonArc::CharEnt with the
    default value for CHARSETCONVERTERS updated to reflect the new
    mappings: various Cyrillic sets, VISCII, Apple-based charsets, etc.
    Sets that have bidirectional rendering (Hebrew, Arabic) exist,
    but directional re-ording for rendering is currently not supported.
  . Some existing mappings have been updated to use Unicode numeric
    character entity references (&#xHHHH;) instead of standard SGML
    character entity references (eg. &Aelig;).  Most, if not all,
    web browsers only support the set of SGML entity references
    defined in the HTML 4.0 specification.

    All existing tables should now generate entity references
    recognized by all HTML 4.0 compliant browsers.


***** Error reading new file: [Errno 2] No such file or directory: 'charsetaliases.html'
Index: botlinks.html
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/doc/resources/botlinks.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** botlinks.html	27 Jul 2002 05:13:10 -0000	1.10
--- botlinks.html	17 Nov 2002 03:38:52 -0000	1.11
***************
*** 7,11 ****
  <!--x-rc-nav-->
  <table border=0><tr valign="top">
! <td align="left" width="50%">[Prev:&nbsp;<a href="authsort.html">AUTHSORT</a>]</td><td><nobr>[<a href="../resources.html#botlinks">Resources</a>][<a href="../mhonarc.html">TOC</a>]</nobr></td><td align="right" width="50%">[Next:&nbsp;<a href="charsetconverters.html">CHARSETCONVERTERS</a>]</td></tr></table>
  <!--/x-rc-nav-->
  <hr>
--- 7,11 ----
  <!--x-rc-nav-->
  <table border=0><tr valign="top">
! <td align="left" width="50%">[Prev:&nbsp;<a href="authsort.html">AUTHSORT</a>]</td><td><nobr>[<a href="../resources.html#botlinks">Resources</a>][<a href="../mhonarc.html">TOC</a>]</nobr></td><td align="right" width="50%">[Next:&nbsp;<a href="charsetaliases.html">CHARSETALIASES</a>]</td></tr></table>
  <!--/x-rc-nav-->
  <hr>
***************
*** 301,305 ****
  <!--x-rc-nav-->
  <table border=0><tr valign="top">
! <td align="left" width="50%">[Prev:&nbsp;<a href="authsort.html">AUTHSORT</a>]</td><td><nobr>[<a href="../resources.html#botlinks">Resources</a>][<a href="../mhonarc.html">TOC</a>]</nobr></td><td align="right" width="50%">[Next:&nbsp;<a href="charsetconverters.html">CHARSETCONVERTERS</a>]</td></tr></table>
  <!--/x-rc-nav-->
  <hr>
--- 301,305 ----
  <!--x-rc-nav-->
  <table border=0><tr valign="top">
! <td align="left" width="50%">[Prev:&nbsp;<a href="authsort.html">AUTHSORT</a>]</td><td><nobr>[<a href="../resources.html#botlinks">Resources</a>][<a href="../mhonarc.html">TOC</a>]</nobr></td><td align="right" width="50%">[Next:&nbsp;<a href="charsetaliases.html">CHARSETALIASES</a>]</td></tr></table>
  <!--/x-rc-nav-->
  <hr>

Index: charsetconverters.html
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/doc/resources/charsetconverters.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** charsetconverters.html	27 Jul 2002 05:13:10 -0000	1.10
--- charsetconverters.html	17 Nov 2002 03:38:52 -0000	1.11
***************
*** 7,11 ****
  <!--x-rc-nav-->
  <table border=0><tr valign="top">
! <td align="left" width="50%">[Prev:&nbsp;<a href="botlinks.html">BOTLINKS</a>]</td><td><nobr>[<a href="../resources.html#charsetconverters">Resources</a>][<a href="../mhonarc.html">TOC</a>]</nobr></td><td align="right" width="50%">[Next:&nbsp;<a href="checknoarchive.html">CHECKNOARCHIVE</a>]</td></tr></table>
  <!--/x-rc-nav-->
  <hr>
--- 7,11 ----
  <!--x-rc-nav-->
  <table border=0><tr valign="top">
! <td align="left" width="50%">[Prev:&nbsp;<a href="charsetaliases.html">CHARSETALIASES</a>]</td><td><nobr>[<a href="../resources.html#charsetconverters">Resources</a>][<a href="../mhonarc.html">TOC</a>]</nobr></td><td align="right" width="50%">[Next:&nbsp;<a href="checknoarchive.html">CHECKNOARCHIVE</a>]</td></tr></table>
  <!--/x-rc-nav-->
  <hr>
***************
*** 57,61 ****
  </pre>
  
! <p>This CHARSETCONVERTERS resource can only be defined via the
  resource file.  Each line of the element specifies a character set,
  the Perl routine for filtering the character set, and the Perl source
--- 57,66 ----
  </pre>
  
! <p>CHARSETCONVERTERS resource is also used by the
! <a href="mimefilters.html#m2h_text_plain">m2h_text_plain::filter</a>
! filter.
! </p>
! 
! <p>The CHARSETCONVERTERS resource can only be defined via the
  resource file.  Each line of the element specifies a character set,
  the Perl routine for filtering the character set, and the Perl source
***************
*** 141,149 ****
  </p>
  
- 
  <!-- *************************************************************** -->
  <hr>
  <h2>Default Setting</h2>
  
  <pre>
  <b>&lt;CharsetConverters&gt;</b>
--- 146,166 ----
  </p>
  
  <!-- *************************************************************** -->
  <hr>
  <h2>Default Setting</h2>
  
+ <table border=0 cellpadding=4>
+ <tr valign=top>
+ <td><strong>NOTE</strong></td>
+ <td><p>As of MHonArc v2.6.0, filters should only be defined for
+ official charsets.  The
+ <a href="charsetaliases.html">CHARSETALIASES</a> resource can
+ be used to map alternate names for official charsets to their
+ official names.
+ </p>
+ </td>
+ </tr>
+ </table>
+ 
  <pre>
  <b>&lt;CharsetConverters&gt;</b>
***************
*** 160,172 ****
  iso-8859-9;     MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
  iso-8859-10;    MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! iso-2022-jp;    iso_2022_jp::str2html;  iso2022jp.pl
! latin1;         mhonarc::htmlize;
! latin2;         MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! latin3;         MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! latin4;         MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! latin5;         MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! latin6;         MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! windows-1250;   MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! windows-1252;   MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
  default;        -ignore-
  <b>&lt;/CharsetConverters&gt;</b>
--- 177,216 ----
  iso-8859-9;     MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
  iso-8859-10;    MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! iso-8859-11;    MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! iso-8859-13;    MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! iso-8859-14;    MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! iso-8859-15;    MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! iso-8859-16;    MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! iso-2022-jp;    iso_2022_jp::str2html;          iso2022jp.pl
! cp1250;         MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! cp1251;         MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! cp1252;         MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! cp1253;         MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! cp1254;         MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! cp1255;         MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! cp1256;         MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! cp1257;         MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! cp1258;         MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! koi-0;          MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! koi-7;          MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! koi8-a;         MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! koi8-b;         MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! koi8-e;         MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! koi8-f;         MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! koi8-r;         MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! koi8-u;         MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! gost-19768-87;  MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! viscii;         MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! apple-arabic;   MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! apple-centeuro; MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! apple-croatian; MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! apple-cyrillic; MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! apple-greek;    MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! apple-hebrew;   MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! apple-iceland;  MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! apple-romanian; MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! apple-roman;    MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! apple-thai;     MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
! apple-turkish;  MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
  default;        -ignore-
  <b>&lt;/CharsetConverters&gt;</b>
***************
*** 196,199 ****
--- 240,248 ----
  </pre>
  
+ <p>See the
+ <a href="../rcfileexs/utf-8.mrc.html"><tt>utf-8.mrc</tt></a> example
+ resource file on how convert data to Unicode UTF-8.
+ </p>
+ 
  <!-- *************************************************************** -->
  <hr>
***************
*** 208,211 ****
--- 257,261 ----
  
  <p>
+ <a href="charsetaliases.html">CHARSETALIASES</a>
  <a href="decodeheads.html">DECODEHEADS</a>,
  <a href="mimedecoders.html">MIMEDECODERS</a>,
***************
*** 218,222 ****
  <!--x-rc-nav-->
  <table border=0><tr valign="top">
! <td align="left" width="50%">[Prev:&nbsp;<a href="botlinks.html">BOTLINKS</a>]</td><td><nobr>[<a href="../resources.html#charsetconverters">Resources</a>][<a href="../mhonarc.html">TOC</a>]</nobr></td><td align="right" width="50%">[Next:&nbsp;<a href="checknoarchive.html">CHECKNOARCHIVE</a>]</td></tr></table>
  <!--/x-rc-nav-->
  <hr>
--- 268,272 ----
  <!--x-rc-nav-->
  <table border=0><tr valign="top">
! <td align="left" width="50%">[Prev:&nbsp;<a href="charsetaliases.html">CHARSETALIASES</a>]</td><td><nobr>[<a href="../resources.html#charsetconverters">Resources</a>][<a href="../mhonarc.html">TOC</a>]</nobr></td><td align="right" width="50%">[Next:&nbsp;<a href="checknoarchive.html">CHECKNOARCHIVE</a>]</td></tr></table>
  <!--/x-rc-nav-->
  <hr>

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV