Changeset 3966 in subversion for trunk/roundcubemail/program/include/main.inc
- Timestamp:
- Sep 15, 2010 8:15:01 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/main.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/main.inc
r3960 r3966 206 206 return $str; 207 207 208 // convert charset using iconv module 209 if (function_exists('iconv') && $from != 'UTF -7' && $to != 'UTF-7') {208 // convert charset using iconv module 209 if (function_exists('iconv') && $from != 'UTF7-IMAP' && $to != 'UTF7-IMAP') { 210 210 if ($iconv_options === null) { 211 211 // ignore characters not available in output charset
Note: See TracChangeset
for help on using the changeset viewer.
