79490178

Date: 2025-03-06 17:23:25
Score: 0.5
Natty:
Report link

I found that if you just initialize dompdf with DejaVu Sans as the default font it works perfectly with cyrillic:

$dompdf = new Dompdf(['defaultFont' => 'dejavu sans']);

This seems to be the easiest and most straightforward solution

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Angel Balashev