Page 1 of 1
Problem with encoding
Posted: Wed Oct 28, 2009 10:46 am
by lupolo
Wenn i insert a "€" sign into my ticket, it will break the line from the €, and also will not put it in the database, the email i receive have the full text.
I have tryed the following encoding:
UTF-8, UTF8 and ISO-8859-1
What can i do more?
Re: Problem with encoding
Posted: Wed Oct 28, 2009 11:35 am
by lupolo
lupolo wrote:Wenn i insert a "€" sign into my ticket, it will break the line from the €, and also will not put it in the database, the email i receive have the full text.
I have tryed the following encoding:
UTF-8, UTF8 and ISO-8859-1
What can i do more?
The problem is that the € sign is not supported, now i found the following:
function detectUTF8($string)
http://php.net/manual/en/function.iconv.php
how can i implement this?
Posted: Wed Oct 28, 2009 4:27 pm
by Klemen
Seems to work fine on the demo for me, the € sign is in the message:
http://www.hesk.com/demo/ticket.php?track=55UWDH35LJ
Encoding is ISO-8859-1 (for the English language)