Changeset acbf0f5 in github for program/include/main.inc


Ignore:
Timestamp:
Sep 15, 2010 8:15:01 AM (3 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
457373b
Parents:
f8e8af7
Message:
  • Fix: iconv doesn't support UTF7-IMAP
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/main.inc

    rcb3dfdfe racbf0f5  
    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.