I am testing this class with some data extracted from a database (tables encoding latin1), I have problem with accented letters like à or ì, I have tried both UTF-8 and ISO-8859-1 and in both cases the accented letters disappear, there are blank spaces...if I output the HTML code and not the PDF all the letters are ok.
I tried to do an htmlentities() to each word, and again, if I generate the PDF the whole word disappear, if I print the HTML it is ok...
Another strange thing is the <ul list type, on firefox there are strange thick sybmol even if I use a CSS selector. On Chrome it is ok...
Does anyone has a suggestion?