Sam
10/07/2018, 9:52 PMkotlin.IllegalArgumentException: Charset ISO_8859_1 is not supported
Sam
10/08/2018, 1:57 AMreadText
call.
val text = response.readText(charset = Charsets.UTF_8)
Is that the proper way to go or am I missing something?e5l
10/08/2018, 5:58 AM