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 character support for filename during output (#561). #562

Closed paulholden closed 1 year ago

paulholden commented 2 years ago

Resolution for https://github.com/tecnickcom/TCPDF/issues/561

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