Ignore:
Timestamp:
Apr 14, 2012 7:15:28 AM (14 months ago)
Author:
alec
Message:
  • More public methods, code cleanup
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_charset.php

    r5958 r6085  
    4545        'USERDEFINED'   => 'ISO-8859-15', 
    4646        'KSC56011987'   => 'EUC-KR', 
    47         'GB2312'            => 'GBK', 
    48         'GB231280'          => 'GBK', 
    49         'UNICODE'           => 'UTF-8', 
    50         'UTF7IMAP'          => 'UTF7-IMAP', 
    51         'TIS620'            => 'WINDOWS-874', 
    52         'ISO88599'          => 'WINDOWS-1254', 
    53         'ISO885911'         => 'WINDOWS-874', 
    54         'MACROMAN'          => 'MACINTOSH', 
     47        'GB2312'        => 'GBK', 
     48        'GB231280'      => 'GBK', 
     49        'UNICODE'       => 'UTF-8', 
     50        'UTF7IMAP'      => 'UTF7-IMAP', 
     51        'TIS620'        => 'WINDOWS-874', 
     52        'ISO88599'      => 'WINDOWS-1254', 
     53        'ISO885911'     => 'WINDOWS-874', 
     54        'MACROMAN'      => 'MACINTOSH', 
    5555        '77'            => 'MAC', 
    5656        '128'           => 'SHIFT-JIS', 
     
    337337                    } 
    338338 
    339                         $ch .= $u7; 
     339                    $ch .= $u7; 
    340340                } 
    341341 
     
    725725            else if ($ord >= 0xC0) { 
    726726                if (strlen($seq) > 1) { 
    727                         $out .= preg_match($regexp, $seq) ? $seq : ''; 
     727                    $out .= preg_match($regexp, $seq) ? $seq : ''; 
    728728                    $seq = ''; 
    729729                } 
Note: See TracChangeset for help on using the changeset viewer.