I want to read a webpage A in ISO-8859-1 charset, according to the browser, and return the content in UTF-8 as a content of the webpage B.
This is: I want to show the content of the page A in the same charset that I use to show the rest of the page B, that is UTF-8.
How do I do this in java/groovy?
thanks in advance