Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Printing a browse form with Cyrillic subset

Questions related to using nuBuilder Forte.
Locked
KEE
Posts: 14
Joined: Sat Feb 24, 2018 1:17 pm
Been thanked: 2 times

Printing a browse form with Cyrillic subset

Unread post 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.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Printing a browse form with Cyrillic subset

Unread post by admin »

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

Re: Printing a browse form with Cyrillic subset

Unread post by KEE »

Steven,
thanks!
It's works correctly.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Printing a browse form with Cyrillic subset

Unread post by admin »

.
Locked