ZF-3843: Framework uses not supported encodings on AIX in iconv
Description
The problem occured to me when I tried Zend_Pdf on an i5. It uses "CP1252//IGNORE" as encoding for iconv which is not supported by AIX. The right encoding for AIX should be "IBM-1252". "//IGNORE" doesn't work altogether. Although it's IBMs fault in my opinion, it prevents the use of a lot of parts of Zend Framework.
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2008-09-01T21:36:23.000+0000
link to ZF-3072
Posted by Benjamin Eberlei (beberlei) on 2008-11-08T00:28:44.000+0000
Added to component "Zend_Pdf", reassigned automatically.