Problems showing hebrew from AMFPHP
By default, AMFPHP encoding is:
1 | $gateway->setCharsetHandler("utf8_decode", "ISO-8859-1", "ISO-8859-1"); |
If you change it to:
1 | $gateway->setCharsetHandler("iconv", "UTF-8", "UTF-8"); |
All set. This is in gateway.php file

This work, unless otherwise expressly stated, is licensed under a Creative Commons Attribution 2.5 Bulgaria License.
You can leave a response, or trackback from your own site.
