To my knowledge simple fonts use MacRoman character set, and there's no 'ń'
character in it: http://www.alanwood.net/demos/macroman.html. You would have
to switch to external (embedded) font type like ttf to display it (of course
the font would have to have this glyph).

mvug wrote:
> 
> and this DOESN'T work:
> <?php
> $page->drawText('polishééńńńńń',500,500,'UTF-8');
> ?>
> 
> I get this error:
> stderr: PHP Notice:  iconv() [ function.iconv function.iconv ]: Detected
> an illegal character in input string in Zend/Pdf/Resource/Font/Simple.php
> on line 265
> 

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

Reply via email to