I have a problem that I hope someone could help me to solve!
I'm generating pdf's on the fly using pdflib with PHP and mySQL.
The problem is: When data stored in the database contains entities like
” which in the database appears ampersand hashmark 8221
it appears like that in the PDF-file generated, not as the dobbelquote. This does'nt happen in the webbrowser.
Are there anyway to convert this to a regular double quote, using PHP?
Differrent Urlencodings doesnt work for this purpose....