f.ismayil Posted April 24, 2011 Share Posted April 24, 2011 Does anyone knows if FPDF supports Norwegian letters or not? When I write codes of letters it is not showing letter. Are there any command to specify charset? For example in this code is it possible to specify charset? $pdf=new FPDF(); $pdf->AddPage(); $pdf->SetFont('Arial','',14); $pdf->Write(5,'Følgende '); Link to comment https://forums.phpfreaks.com/topic/234610-fpdf-norwegian-letters/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.