Hi everybody,

today i discoverd a little problem regarding zend_pdf and polish
characters...

I use the following:


this WORKS:
<?php
$page->drawText('polishéé',500,500,'UTF-8');
?>

and this DOESN'T work:
<?php
$page->drawText('polishééńńńńń',500,500,'UTF-8');
?>

Can anybody help me?

Thanks!
-- 
View this message in context: 
http://www.nabble.com/zend_pdf-encoding-polish-characters-tp22681727p22681727.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to