$html="தனியுரிமை கொள்கை"; $html.= ' <html> <head>
$pdf->SetDisplayMode('fullpage');
$stylesheet = file_get_contents('css/invoice_custom.css'); //$html =
mb_convert_encoding($html, 'UTF-8', 'UTF-8');
$pdf->WriteHTML($stylesheet,1); $pdf->WriteHTML($html);
//$pdf->Output('Invoice.pdf','I');
$filename="Invoice".rand().".pdf";
$pdf->Output();
代码没有显示泰米尔字符,我该如何解决?