the web site from where i´m trying to get the content is using a CMS and I believe CMS systems ask the browser for the content encoding
And even when I open the same address the text shows using iso-8859-1
For example (this is portuguese):
Using any browser i get: crianças
When i fetch using my code I get: crianças
Is there any way to get it right, or convert it? 😕