Hi People!
I'm from Brazil and I'm having some troubles with special characters when i'm getting an object from a REST web service.
after I send the GET method, I receive the return, and at the message body...
I should get this (in portuguese):
"União da Ilha"
"Braços abertos"
But i'm getting:
"Un]e0o da ilha"
"Bra{f3os abertos"
It is the special latim characters.
I've tried almost all codification methods, like utf8_encode, htmlentities, etc.
someone could help me ?
thks a lot!! (and sry my poor english).