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

Modified Files:
        mhopt.pl 
Log Message:
* Iso-2022-jp and euc-jp support added to MHonArc::CharEnt.  TBD if
  MHonArc::CharEnt should be default filter for Japanese or if
  iso2022jp.pl should remain default charsetconverter for iso-2022-jp.
* Added alias "iso-2022-jp-1 => iso-2022-jp".
* Some code-cleanup to MHonArc::CharEnt.


Index: mhopt.pl
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/lib/mhopt.pl,v
retrieving revision 2.39
retrieving revision 2.40
diff -C2 -r2.39 -r2.40
*** mhopt.pl    28 Nov 2002 19:54:26 -0000      2.39
--- mhopt.pl    1 Dec 2002 03:50:52 -0000       2.40
***************
*** 923,926 ****
--- 923,927 ----
            'iso-8859-16',              'MHonArc::CharEnt::str2sgml',
            'iso-2022-jp',              'iso_2022_jp::str2html',
+           'euc-jp',                   'MHonArc::CharEnt::str2sgml',
            'utf-8',                    'MHonArc::CharEnt::str2sgml',
            'cp866',                    'MHonArc::CharEnt::str2sgml',
***************
*** 982,985 ****
--- 983,987 ----
            'iso-8859-16',              'MHonArc/CharEnt.pm',
            'iso-2022-jp',              'iso2022jp.pl',
+           'euc-jp',                   'MHonArc/CharEnt.pm',
            'utf-8',                    'MHonArc/CharEnt.pm',
            'cp866',                    'MHonArc/CharEnt.pm',
***************
*** 1081,1084 ****
--- 1083,1087 ----
                                'iso8859-15', 'iso8859_15',
                                '8859-15', '8859_15' ],
+           'iso-2022-jp'  => [ 'iso-2022-jp-1' ],
            'utf-8'        => [ 'utf8' ],
            'cp936'        => [ 'gbk',

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

Reply via email to