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

Creative Commons License
This work, unless otherwise expressly stated, is licensed under a Creative Commons Attribution 2.5 Bulgaria License.