Problem with encoding

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
lupolo
Posts: 214
Joined: Mon Apr 20, 2009 2:12 pm

Problem with encoding

Post 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?
lupolo
Posts: 214
Joined: Mon Apr 20, 2009 2:12 pm

Re: Problem with encoding

Post 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?
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post 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)
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
Post Reply