php - FPDF does not accept UFT8 on variables -


$pdf->text(102, 101, iconv('utf-8', 'windows-1252',$geslachtsnaam_vertegenwoordiger), true); 

this function using make fpdf accept letters : ä , é.

it work when use on normal text, not on variable.

it gives me : x&aumlnder

it works on static text not on variable text came database.

can please me? in advance.

are storing text in database utf-8, , getting data database in utf-8?


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -