[Vtigercrm-developers] Mail Converter - subject encoding
Tony Sandman
tonysandman999 at gmail.com
Sun Apr 8 03:55:49 GMT 2018
I can convert body text written in WIN874 adding following to "function
getBodyText"
if ($this->_charset == 'windows-874') {
$bodytext = iconv('WINDOWS-874', 'UTF-8', $bodytext);
}
But how to decode subject? Tickets titles are illegible when converted from
WIN874
Help appreciated
Tony
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20180408/17c5e39a/attachment.html>
More information about the vtigercrm-developers
mailing list