Jump to content

FPDF Norwegian letters


f.ismayil

Recommended Posts

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&#248lgende ');

Link to comment
https://forums.phpfreaks.com/topic/234610-fpdf-norwegian-letters/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.