I use apache HttpClient. And when I'm trying to "read site", all non-english content is represented wrongly.
Actually, it's represented in windows-1252 but it should be in UTF-8. How can I fix this?
I tried to use InputStreamReader (inputStream, Charset.forName ("UTF-8"))
, but it didn't help (wrong symbols transformed into ????????).