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

Modified Files:
        mhopt.pl 
Log Message:
Changed base charset names for apple-* sets to mac*.  This is to
be in sync with Encode.


Index: mhopt.pl
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/lib/mhopt.pl,v
retrieving revision 2.43
retrieving revision 2.44
diff -C2 -r2.43 -r2.44
*** mhopt.pl    10 Dec 2002 06:44:20 -0000      2.43
--- mhopt.pl    18 Dec 2002 05:41:40 -0000      2.44
***************
*** 952,966 ****
            'big5-hkscs',               'MHonArc::CharEnt::str2sgml',
            'gb2312',                   'MHonArc::CharEnt::str2sgml',
!           'apple-arabic',             'MHonArc::CharEnt::str2sgml',
!           'apple-centeuro',           'MHonArc::CharEnt::str2sgml',
!           'apple-croatian',           'MHonArc::CharEnt::str2sgml',
!           'apple-cyrillic',           'MHonArc::CharEnt::str2sgml',
!           'apple-greek',              'MHonArc::CharEnt::str2sgml',
!           'apple-hebrew',             'MHonArc::CharEnt::str2sgml',
!           'apple-iceland',            'MHonArc::CharEnt::str2sgml',
!           'apple-romanian',           'MHonArc::CharEnt::str2sgml',
!           'apple-roman',              'MHonArc::CharEnt::str2sgml',
!           'apple-thai',               'MHonArc::CharEnt::str2sgml',
!           'apple-turkish',            'MHonArc::CharEnt::str2sgml',
            'default',                  '-ignore-',
        );
--- 952,967 ----
            'big5-hkscs',               'MHonArc::CharEnt::str2sgml',
            'gb2312',                   'MHonArc::CharEnt::str2sgml',
!           'macarabic',                'MHonArc::CharEnt::str2sgml',
!           'maccentraleurroman',       'MHonArc::CharEnt::str2sgml',
!           'maccroatian',              'MHonArc::CharEnt::str2sgml',
!           'maccyrillic',              'MHonArc::CharEnt::str2sgml',
!           'macgreek',                 'MHonArc::CharEnt::str2sgml',
!           'machebrew',                'MHonArc::CharEnt::str2sgml',
!           'macicelandic',             'MHonArc::CharEnt::str2sgml',
!           'macromanian',              'MHonArc::CharEnt::str2sgml',
!           'macroman',                 'MHonArc::CharEnt::str2sgml',
!           'macthai',                  'MHonArc::CharEnt::str2sgml',
!           'macturkish',               'MHonArc::CharEnt::str2sgml',
!           'hp-roman8',                'MHonArc::CharEnt::str2sgml',
            'default',                  '-ignore-',
        );
***************
*** 1015,1029 ****
            'big5-hkscs',               'MHonArc/CharEnt.pm',
            'gb2312',                   'MHonArc/CharEnt.pm',
!           'apple-arabic',             'MHonArc/CharEnt.pm',
!           'apple-centeuro',           'MHonArc/CharEnt.pm',
!           'apple-croatian',           'MHonArc/CharEnt.pm',
!           'apple-cyrillic',           'MHonArc/CharEnt.pm',
!           'apple-greek',              'MHonArc/CharEnt.pm',
!           'apple-hebrew',             'MHonArc/CharEnt.pm',
!           'apple-iceland',            'MHonArc/CharEnt.pm',
!           'apple-romanian',           'MHonArc/CharEnt.pm',
!           'apple-roman',              'MHonArc/CharEnt.pm',
!           'apple-thai',               'MHonArc/CharEnt.pm',
!           'apple-turkish',            'MHonArc/CharEnt.pm',
            'default',                  undef,
        );
--- 1016,1031 ----
            'big5-hkscs',               'MHonArc/CharEnt.pm',
            'gb2312',                   'MHonArc/CharEnt.pm',
!           'macarabic',                'MHonArc/CharEnt.pm',
!           'maccentraleurroman',       'MHonArc/CharEnt.pm',
!           'maccroatian',              'MHonArc/CharEnt.pm',
!           'maccyrillic',              'MHonArc/CharEnt.pm',
!           'macgreek',                 'MHonArc/CharEnt.pm',
!           'machebrew',                'MHonArc/CharEnt.pm',
!           'macicelandic',             'MHonArc/CharEnt.pm',
!           'macromanian',              'MHonArc/CharEnt.pm',
!           'macroman',                 'MHonArc/CharEnt.pm',
!           'macthai',                  'MHonArc/CharEnt.pm',
!           'macturkish',               'MHonArc/CharEnt.pm',
!           'hp-roman8',                'MHonArc/CharEnt.pm',
            'default',                  undef,
        );
***************
*** 1045,1048 ****
--- 1047,1051 ----
                                'iso8859-1', 'iso8859_1', '8859-1', '8859_1',
                                'cp819', 'ibm819',
+                               'x-mac-latin1',
                                'iso-ir-100' ],
            'iso-8859-2'   => [ 'latin2', 'l2',
***************
*** 1125,1139 ****
                                  'chinese',
                                  'csiso58gb231280' ],
!           'apple-arabic'   => [ 'x-mac-arabic' ],
!           'apple-centeuro' => [ 'x-mac-centeuro' ],
!           'apple-croatian' => [ 'x-mac-croatian' ],
!           'apple-cyrillic' => [ 'x-mac-cyrillic' ],
!           'apple-greek'    => [ 'x-mac-greek' ],
!           'apple-hebrew'   => [ 'x-mac-hebrew' ],
!           'apple-iceland'  => [ 'x-mac-iceland' ],
!           'apple-romanian' => [ 'x-mac-romanian' ],
!           'apple-roman'    => [ 'x-mac-roman' ],
!           'apple-thai'     => [ 'x-mac-thai' ],
!           'apple-turkish'  => [ 'x-mac-turkish' ],
        });
        $IsDefault{'CHARSETALIASES'} = 1;
--- 1128,1154 ----
                                  'chinese',
                                  'csiso58gb231280' ],
!           'macarabic'          => [ 'apple-arabic',
!                                     'x-mac-arabic' ],
!           'maccentraleurroman' => [ 'apple-centeuro',
!                                     'x-mac-centraleurroman' ],
!           'maccroatian'        => [ 'apple-croatian',
!                                     'x-mac-croatian' ],
!           'maccyrillic'        => [ 'apple-cyrillic',
!                                     'x-mac-cyrillic' ],
!           'macgreek'           => [ 'apple-greek',
!                                     'x-mac-greek' ],
!           'machebrew'          => [ 'apple-hebrew',
!                                     'x-mac-hebrew' ],
!           'macicelandic'       => [ 'apple-iceland',
!                                     'x-mac-icelandic' ],
!           'macromanian'        => [ 'apple-romanian',
!                                     'x-mac-romanian' ],
!           'macroman'           => [ 'apple-roman',
!                                     'mac', 'macintosh',
!                                     'x-mac-roman' ],
!           'macthai'            => [ 'apple-thai',
!                                     'x-mac-thai' ],
!           'macturkish'         => [ 'apple-turkish',
!                                     'x-mac-turkish' ],
        });
        $IsDefault{'CHARSETALIASES'} = 1;

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

Reply via email to