Page 1 of 1

Print ticket, wrong letters

Posted: Wed Nov 09, 2011 7:40 pm
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..

Re: Print ticket, wrong letters

Posted: Thu Nov 10, 2011 12:39 pm
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.

Re: Print ticket, wrong letters

Posted: Thu Nov 10, 2011 4:00 pm
by kabuc
It's working! Thank you.