Welcome to the nuBuilder Forums!

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

SOLUTION: UTF-8 in PDF

admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: SOLUTION: UTF-8 in PDF

Unread post by admin »

flsd,

Did or can you If you send a zipped (.zip) copy of the db to info@nubuilder.com to test?

Steven
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: SOLUTION: UTF-8 in PDF

Unread post by admin »

flsd

Run this ..

Code: Select all

ALTER DATABASE  `samplenufinancial` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci
Untitled.png
Or change it here in phpmyadmin..
Capture2.PNG
Steven
You do not have the required permissions to view the files attached to this post.
flsd
Posts: 32
Joined: Tue Jul 03, 2012 6:50 pm

Re: SOLUTION: UTF-8 in PDF

Unread post by flsd »

Steven,

Now, everything works fine in HTML files.
I wish I could do the same in PDF files.

Thank you very much
flsd
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: SOLUTION: UTF-8 in PDF

Unread post by admin »

.
Post Reply