html - dompdf: how can I remove the additional symbol before the currency? -


I'm having some problems displaying the table with dompdf. In the PDF provided to me, The symbol is:

How can I remove this symbol from the last PDF document?

Thanks

There may be a bug in how this character is by default Is controlled. You should be able to solve this problem by specifying the right character set encoding in the meta tags in your document header.

  & lt; Meta http-equiv = "content-type" content = "text / html; charset = UTF-8" & gt;  

Comments