Printing a browse form with Cyrillic subset
Posted: Tue Feb 27, 2018 11:15 am
Printing a browse form does not work correctly with Cyrillic fonts.
Adding a row to the nurunhtml.php:
or
solves this problem.
Adding a row to the nurunhtml.php:
Code: Select all
header ('Content-Type: text / html; charset = utf-8');
Code: Select all
print "<meta charset='utf-8'>";