[Vtigercrm-developers] Wierd Bugs email sent from OutLook with Hebrew settings (Windows-1255)

Tony Sandman tonysandman999 at gmail.com
Fri Oct 5 22:23:21 GMT 2018


In MailRecord.php go to: function __construct
and add line:  $this->_subject = iconv('WINDOWS-1255', 'UTF-8',
$this->_subject);

in Function getBodyText add:
if ($this->_charset == 'windows-1255') {
            $bodytext = iconv('WINDOWS-1255', 'UTF-8', $bodytext);
        }

T.

On Fri, Oct 5, 2018 at 7:37 PM crmtiger <info at crmtiger.com> wrote:

> Hello,
>
> We're facing issue when using mail converter to create ticket in vtiger
> version 6.5
> This issues is being appeared only when email sent from OutLook to support
> email.
>
> Means if customer send email from OutLook with CharSet to outlook set to
> "Windows-1255"
>
> On Receiving end of email converter its Display Junk character instead of
> Hebrew characters.
>
> Any clue of this issue ?
>
>
>
> --
> Sent from:
> http://vtiger-crm.2324883.n4.nabble.com/vtigercrm-developers-f4.html
> _______________________________________________
> http://www.vtiger.com/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20181006/00fc3324/attachment.html>


More information about the vtigercrm-developers mailing list