Im trying to create pdf with correct characters, but there are \"?\" chars. I created a test php file, where Im trying to fing the best solution. If Im open in the browser t
utf8_decode() did the trick for me with some German translations like ä and ü.
echo utf8_decode('X Ponuka číslo € černý Češký ');