ZF-9055: Typo when throwing exception in Zend_Pdf_Resource_Font_Extracted methods encodeString() and decodeString()
Description
throw new Zend_Pdf_Exception('Fonf encoding is not supported');
should be
throw new Zend_Pdf_Exception('Font encoding is not supported');
Additionally, it would be nice to mention in the exception message which font encoding the message is referring to.
Comments
Posted by Satoru Yoshida (satoruyoshida) on 2010-02-02T21:31:04.000+0000
Thank You for report, Solved in SVN r20866