Changeset 6085 in subversion for trunk/roundcubemail/program/include/rcube_charset.php
- Timestamp:
- Apr 14, 2012 7:15:28 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_charset.php
r5958 r6085 45 45 'USERDEFINED' => 'ISO-8859-15', 46 46 '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', 55 55 '77' => 'MAC', 56 56 '128' => 'SHIFT-JIS', … … 337 337 } 338 338 339 $ch .= $u7;339 $ch .= $u7; 340 340 } 341 341 … … 725 725 else if ($ord >= 0xC0) { 726 726 if (strlen($seq) > 1) { 727 $out .= preg_match($regexp, $seq) ? $seq : '';727 $out .= preg_match($regexp, $seq) ? $seq : ''; 728 728 $seq = ''; 729 729 }
Note: See TracChangeset
for help on using the changeset viewer.
