Update of /cvsroot/mhonarc/mhonarc/MHonArc
In directory subversions:/tmp/cvs-serv368

Modified Files:
        CHANGES 
Log Message:
* MHonArc::CharEnt:
  + Added support for Chinese charsets.
  + Added support for converting UTF-8.
  * Optimized the conversion code to use s/// operation for conversion.
    Some simpling testing shows it is faster than the loop/substr()
    method (mainly because character iteration is now done in the
    perl internals).
  - Removed $8bitonly option to str2sgml().  It not very applicable
    now with all the newer charsets added and it complicates the
    conversion code.
* Some additional charset aliases added.


Index: CHANGES
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/CHANGES,v
retrieving revision 1.87
retrieving revision 1.88
diff -C2 -r1.87 -r1.88
*** CHANGES     23 Nov 2002 04:10:40 -0000      1.87
--- CHANGES     28 Nov 2002 08:57:18 -0000      1.88
***************
*** 28,33 ****
  * 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.
--- 28,34 ----
  * MHonArc::CharEnt:
    + Several charset mappings added to MHonArc::CharEnt with the
!     default value for CHARSETCONVERTERS updated to reflect the
!     new mappings.  New charset supported include UTF-8, various
!     Cyrillic sets, VISCII, Chinese sets, Apple-based charsets, etc.
      Sets that have bidirectional rendering (Hebrew, Arabic) exist,
      but directional re-ording for rendering is currently not supported.

---------------------------------------------------------------------
To sign-off this list, send email to [EMAIL PROTECTED] with the
message text UNSUBSCRIBE MHONARC-DEV

Reply via email to