Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Questions related to using nuBuilder Forte.
KEE
Posts: 14 Joined: Sat Feb 24, 2018 1:17 pm
Been thanked: 2 times
Unread post
by KEE » 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:
Code: Select all
header ('Content-Type: text / html; charset = utf-8');
or
solves this problem.
admin
Site Admin
Posts: 2829 Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 times
Unread post
by admin » Tue Feb 27, 2018 8:12 pm
KEE,
I have added that now to Github.
Let me know if it works for you.
Steven
KEE
Posts: 14 Joined: Sat Feb 24, 2018 1:17 pm
Been thanked: 2 times
Unread post
by KEE » Wed Feb 28, 2018 10:59 am
Steven,
thanks!
It's works correctly.