How is it possible to set a charset to the AsyncHttpClient? I can't recieve "ΓΌ" or something like this in a readable way (just receiving question tags).
Can anyone help me?
After checking with Loopj documentation you can see that the AsyncHttpResponseHandler can change the charset using a method for the character you want to receive you need charset of UTF-8. Link And here is an someone on Github with the same issue and its solution. Link