First ,thanks again for this great site,
I'm doing the backend for a website with amfphp , everythings works fine, very fast and simple(thanks for your examples and tutorials)
The only problem is that

I get the correct charset for Spanish ( Ñ an á é í ó ú ) but the character " " is converted to a box as you can see in the image ,
and some break lines are added .
my gateway.php seems to be ok ,
$gateway->setCharsetHandler( "utf8_decode", "ISO-8859", "ISO-8859" );
i have tryed with
$gateway->setCharsetHandler( "utf8_decode", "ISO-8859-1", "ISO-8859-1", "ISO-8859-1" );
$gateway->setCharsetHandler( "none", "ISO-8859-1", "ISO-8859-1" );
... and every combinations , but i think the problem is not in my gateway.php becose y get the (ñ.á..etc) characters correctly.
But i don't know where can be the error
Can any one help me ?
I would like to contribute with this great site, but first i have to control this issues,
thanks in advance , and sorry for my non-perfect english i hoppe you can understand.