Ask not what osTicket community can do for you - ask what you can do for osTicket community

Go Back   osTicket Forums > Project Tools > osTicket Bug Tracker > Bug

Issue Type Bug   Project osTicket Bug Tracker
Email header UTF-8 character definition is absent
Add header with utf8 charset definition
Category Unknown
Affected Version 1.6.0 rc3
Priority 5 - Medium
Status Fixed
Fixed Version 1.6 rc4
Submitted 01-29-2008
Assigned Users (none) Tags (none)

issueid=36 01-29-2008 07:46 PM
Junior Member
Email header UTF-8 character definition is absent
Add header with utf8 charset definition

Email is been sent without definition of charset in header.

To ensure that the client displays the characters right, the header definition in /include/class.misc.php has to include the following lines:

Code:
$headers .= "Content-Type: text/plain; charset=utf-8".$eol;
$headers .= "Content-Transfer-Encoding: 8bit".$eol;
Reply

03-12-2008 12:07 PM
Issue Changed by peter
  • Status changed from Unconfirmed to Fixed
  • Issue marked as addressed

Issue Tools
Subscribe to this issue

All times are GMT -4. The time now is 03:43 PM.