parallax / jsPDF

Client-side JavaScript PDF generation for everyone.

Home Page:https://parall.ax/products/jspdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uppercase Sharp S (ẞ) misses from the output

idavidka opened this issue · comments

Steps to reproduce
Use latest version of jspdf and just add a text with uppercase sharp S (ẞ) letter.

What I saw
I printed out an uppercased text containing ẞ. This letter is missing. Yes, I am aware of use of unicode and with other characters, jsPDF works fine.

Example
doc.text("Text with lowercase ßßßßőőőőűűűű and uppercase ẞẞẞẞŐŐŐŐŰŰŰŰ");
results in the pdf: - Text with lowercase ßßßßőőőőűűűű and uppercase ŐŐŐŐŰŰŰŰ

I added the unicode font Arial and Times New Roman to the doc and as I said, other special chars for examplehungarian ő, Ő, ű, Ű etc works as intended.

This issue is stale because it has been open 90 days with no activity. It will be closed soon. Please comment/reopen if this issue is still relevant.