Changeset 6802 for trunk


Ignore:
Timestamp:
07/18/12 03:50:33 (12 years ago)
Author:
cristiano
Message:

Ticket #2491 - Pre visualizar mensagens no tooltip nao esta mostrando corretamente caracteres acentuados

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.imap_functions.inc.php

    r6780 r6802  
    10611061                $content = $this->html2txt($content);    
    10621062                $content != "" ? $return['body'] = " - " . $content: $return['body'] = ""; 
    1063                 $return['body'] = base64_encode(mb_convert_encoding(substr($return['body'], 0, 305),'ISO-8859-1' , 'UTF-8,ISO-8859-1')); 
     1063                $return['body'] = base64_encode(mb_convert_encoding(substr($return['body'], 0, 305),'UTF-8' , 'UTF-8,ISO-8859-1')); 
    10641064                return $return; 
    10651065        } 
Note: See TracChangeset for help on using the changeset viewer.