tecnickcom / TCPDF

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

Multi-byte characters in filename are silently discarded during output #561

Closed paulholden closed 1 year ago

paulholden commented 2 years ago

When a filename contains multi-byte characters (as in the description of https://tracker.moodle.org/browse/MDL-76273) they are silently discarded by the Output() method

It would be good to encode them, such that they are preserved

Similar to issue #514

MrMitch commented 1 year ago

I think this can be closed, now that #562 has been merged and released ?