<div dir="ltr">I can convert body text written in WIN874 adding following to "function getBodyText"<br><div><br>if ($this->_charset == 'windows-874') {<br>            $bodytext  = iconv('WINDOWS-874', 'UTF-8', $bodytext);<br>             }<br><br></div><div>But how to decode subject? Tickets titles are illegible when converted from WIN874<br></div><div><br>Help appreciated<br><br>Tony<br></div></div>