Ralph,

The PHP_OS string is returning SunOS. I've included the iconv portion of
phpinfo below:

iconv support   enabled
iconv implementation    unknown
iconv library version   unknown

Directive       Local Value     Master Value
iconv.input_encoding    ISO-8859-1      ISO-8859-1
iconv.internal_encoding ISO-8859-1      ISO-8859-1
iconv.output_encoding   ISO-8859-1      ISO-8859-1

I'm guessing it has to do with the two "unknowns" up there but I'm not
entirely sure as I'm not that familiar with iconv.

The "quick fix" I got from a coworker to get testing my implementation
involved modifying the Zend_Pdf_Resource_Font_Simple class's encodeString
method to just pass back a string if it was in iso-8859-1 encoding which
gets it working but is less than ideal as I'd rather not have to hack the
Zend installation (I'll forget to do it if I upgrade, etc).

-Nick
-- 
View this message in context: 
http://n4.nabble.com/Zend-PDF-drawText-and-blank-PDF-files-tp1589208p1596497.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to