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?
Problem with encoding
Moderator: mkoch227
Re: Problem with encoding
The problem is that the € sign is not supported, now i found the following: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?
function detectUTF8($string)
http://php.net/manual/en/function.iconv.php
how can i implement this?
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)
http://www.hesk.com/demo/ticket.php?track=55UWDH35LJ
Encoding is ISO-8859-1 (for the English language)
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools