We have a system in coldfusion using cfhtmltopdf to generate reports in pdf. The html of all reports are generated with the
< meta charset="iso-8859-1">
It was working well until we install the update 8 on it. Now all the variables come from database has the acentuation bugged.
A "É" is showed like a "Ã%°" A "Â" is showed like a "Ã,"
To fix the accentuation in the pdf just using encodeForHTML in each variable, and it's an impossible job, some reports have 200 variables from database.