I have the following instructions ....
echo $parcelamento . "<br>";
echo utf8_encode($parcelamento) . "<br>";
echo utf8_decode($parcelamento) . "<br>";
... which respectively return this:
ou 12x de R$ 21,58 sem juros no cartÃÂão
ou 12x de R$ 21,58 sem juros no cartÃÂÃÂÃÂão
ou 12x de R$ 21,58 sem juros no cartão
Can someone tell me how I'm going to return the term card ?
Another solution would be to replace card with card within the proposed sentence but I do not know how to develop none of the solutions.
I'm running a PHP for that XML