On an Android device, could an HttpURLConnection recognize the charset of its response automatically?
That is, if I have received some plain text response through an HttpURLConnection, can I get a right String (or maybe a right Reader) without knowing the charset used to encode the response?