From 4dff35cf3ea58196e18a7ccaa17bd9a24614379b Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sat, 11 Oct 2008 15:02:12 +0000 Subject: [PATCH] FIX BUG unicode --- html/poste_pdf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/poste_pdf.php b/html/poste_pdf.php index 5b1519545..fece98780 100644 --- a/html/poste_pdf.php +++ b/html/poste_pdf.php @@ -72,7 +72,7 @@ foreach ($a_poste as $poste) 'description'=>'Description', 'deb_montant'=> 'Montant', 'cred_montant'=> 'Montant' - ),$Libelle, + ),utf8_decode($Libelle), array('shaded'=>1,'showHeadings'=>1,'width'=>500, 'cols'=>array('montant'=> array('justification'=>'right'), )),true);