MHonArc::CharEnt - HTML Character routines for MHonArc.


NAME

MHonArc::CharEnt - HTML Character routines for MHonArc.


SYNOPSIS

  use MHonArc::CharEnt;
  MHonArc resource file:
    <CharsetConverters>
    ...
    iso-8859-15;    MHonArc::CharEnt::str2sgml;     MHonArc/CharEnt.pm
    ...
    </CharsetConverters>


DESCRIPTION

MHonArc::CharEnt provides the main character conversion routine used by MHonArc for converting non-ASCII encoded message header data and text/plain character data into HTML. This module was initially written to just support 8-bit only charsets. However, it has been extended to support multibyte charsets.

All characters are mapped to HTML 4.0 character entity references (e.g. &lt; &gt;) or to Unicode numeric character entity references (e.g. &#x203E;). Most modern browsers will support the Unicode references directly.


NOTES


VERSION

$Id: CharEnt.pm,v 1.14 2003/03/05 22:17:15 ehood Exp $


AUTHOR

Earl Hood, earl@earlhood.com

MHonArc comes with ABSOLUTELY NO WARRANTY and MHonArc may be copied only under the terms of the GNU General Public License, which may be found in the MHonArc distribution.

 MHonArc::CharEnt - HTML Character routines for MHonArc.