Page 1 of 1

Printing a browse form with Cyrillic subset

Posted: Tue Feb 27, 2018 11:15 am
by KEE
Printing a browse form does not work correctly with Cyrillic fonts.
Adding a row to the nurunhtml.php:

Code: Select all

header ('Content-Type: text / html; charset = utf-8'); 
or

Code: Select all

print "<meta charset='utf-8'>";
solves this problem.

Re: Printing a browse form with Cyrillic subset

Posted: Tue Feb 27, 2018 8:12 pm
by admin
KEE,

I have added that now to Github.

Let me know if it works for you.

Steven

Re: Printing a browse form with Cyrillic subset

Posted: Wed Feb 28, 2018 10:59 am
by KEE
Steven,
thanks!
It's works correctly.

Re: Printing a browse form with Cyrillic subset

Posted: Wed Feb 28, 2018 11:53 am
by admin
.