Hi, i have been using dompdf in my project. But i can't displayed turkish character. for exp; (臒,艧). Can you help me please.
did you read this howto?
https://github.com/dompdf/dompdf/wiki/UnicodeHowTo
I fixed with this code.
<style>
body { font-family: DejaVu Sans; }
</style>
Most helpful comment
I fixed with this code.