3
After several searches on the net, I could not solve my problem with accentuation (charset).
I am generating a report in FPDF and in the description field comes out all disfigured text:
I’ve used the functions utf8_decode
and utf8_encode
and found that the Mysql database is with the type of charset latin1_swedish_ci
.
How do I solve this problem?
Thank you Sanction, it worked.
– hulckb