clawsoftware / clawPDF

Open Source Virtual (Network) Printer for Windows that allows you to create PDFs, OCR text, and print images, with advanced features usually available only in enterprise solutions.
https://github.com/clawsoftware/clawPDF
GNU Affero General Public License v3.0
661 stars 147 forks source link

Problem with filenames containing german umlauts #1

Closed daooze closed 5 years ago

daooze commented 5 years ago

When creating a PDF from a file whose filename contains umlauts, those characters are replaced with '?'.

In my example I created a file with Notepad whose name is 'Umlauts Test ae-ä oe-ö ue-ü sz-ß Ae-Ä Oe-Ö Ue-Ü.txt'. When printing to clawPDF the suggested title is 'Umlauts Test ae-? oe-? ue-? Ae-? Oe-? Ue-?'.

clawsoftware commented 5 years ago

Thank you for the hint! I added unicode support for filenames (v0.8.4).

daooze commented 5 years ago

Works great, thank you for the quick solution.