'How to write french in fpdf

i need to write some specific french caracteres like é è ê ... etc

this is the cell :

$this->Cell(50,7,"Référence ".$info["reference"]);

and this is the output :

enter image description here

Is there a solution ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source