If you've ever tried to generate a PDF with jsPDF that contains Cyrillic (or really any non-Latin text), you've probably seen this: instead of your text, you get garbage characters, question marks, or nothing at all. I hit this exact wall while building an invoicing app that needed to output quo...
Source: [Dev.to](https://dev.to/aleksandrov_todor_bff7f67/how-i-fixed-cyrillic-support-in-jspdf-the-clean-way-58hh)