Fermer2
MagicalTuxLe 28/01/2010 à 13:32
Latest versions of html2pdf are not supporting unicode at all, this is somewhat a problem as we are serving a large array of customers, and need to produce documents with japanese characters, european characters, thai, etc...

The only charset we can use is UTF-8.

For information, other php-based pdf libraries have included unicode support (see dompdf) by using mbstring php extension.