tecnickcom / TCPDF

Official clone of PHP library to generate PDF documents and barcodes
https://tcpdf.org
Other
4.18k stars 1.51k forks source link

problems with german umlaute in helvetia #691

Closed emjott1 closed 6 months ago

emjott1 commented 6 months ago

Dear Tecnikcom,

thank you for providing this great libraries! Easy to use and very powerful.

I don't know why, but since my update on PHP 8.3 I am fighting with german "umlaute". If I giving in a multicell the ASCII writing ü (ü), tcpdf writes ü inside the pdf file. If I am giving a plain "ü", nothing will be displayed.

On my very old version of PHP 7.4, there I had no problems... I already updated tcpdf to latets version 6.6.5

Maybe do you have a hint for me.

Thank you in advance.

emjott1 commented 6 months ago

fixed by myself. Giving Ä ä Ü direct to the Multicell function.