After several searches on the net, I could not solve my problem with charset.
I am generating a report in FPDF and in the description field it all unconfigured the text:
I have already used the functions utf8_decode
and utf8_encode
and I checked that the MySQL database is with the type of charset latin1_swedish_ci
.
How do I solve this problem?
Thank you in advance.