Changeset 3966 in subversion


Ignore:
Timestamp:
Sep 15, 2010 8:15:01 AM (3 years ago)
Author:
alec
Message:
  • Fix: iconv doesn't support UTF7-IMAP
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/main.inc

    r3960 r3966  
    206206    return $str; 
    207207 
    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') { 
    210210    if ($iconv_options === null) { 
    211211      // ignore characters not available in output charset 
Note: See TracChangeset for help on using the changeset viewer.