Print ticket, wrong letters

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
kabuc
Posts: 69
Joined: Tue Jun 21, 2011 6:32 am

Print ticket, wrong letters

Post by kabuc »

Script URL:
Version of script: 2.3
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

If I want print ticket (with print.php) text with Č, Š, Ė, Į, Ū, Ų, Ž letters, bet it shows bad and I use UFT-8..
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: Print ticket, wrong letters

Post by Klemen »

In print.php try changing

Code: Select all

<meta content="text/html; charset=<?php echo $hesklang['ENCODING']; ?>">
to

Code: Select all

<meta http-equiv="Content-Type" content="text/html;charset=<?php echo $hesklang['ENCODING']; ?>">
and see if that helps.
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
kabuc
Posts: 69
Joined: Tue Jun 21, 2011 6:32 am

Re: Print ticket, wrong letters

Post by kabuc »

It's working! Thank you.
Post Reply