Changeset 1198 in subversion for trunk/roundcubemail/program/include/main.inc
- Timestamp:
- Mar 21, 2008 8:47:11 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/main.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/main.inc
r1195 r1198 960 960 'ISO-8859-8-I' => 'ISO-8859-8', 961 961 'KS_C_5601-1987' => 'EUC-KR', 962 'GB2312' => 'GB18030'963 962 ); 964 963 … … 966 965 if (function_exists('iconv') && $from != 'UTF-7' && $to != 'UTF-7') 967 966 { 967 $aliases['GB2312'] = 'GB18030'; 968 968 return iconv(($aliases[$from] ? $aliases[$from] : $from), ($aliases[$to] ? $aliases[$to] : $to) . "//IGNORE", $str); 969 969 }
Note: See TracChangeset
for help on using the changeset viewer.
