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..
Print ticket, wrong letters
Moderator: mkoch227
Re: Print ticket, wrong letters
In print.php try changing to and see if that helps.
Code: Select all
<meta content="text/html; charset=<?php echo $hesklang['ENCODING']; ?>">
Code: Select all
<meta http-equiv="Content-Type" content="text/html;charset=<?php echo $hesklang['ENCODING']; ?>">
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
Re: Print ticket, wrong letters
It's working! Thank you.