Hello I have a REST Server returning JSON Responses using UTF-8 when I request the data through flutter_data I receive wrongly encoded text for example instead of getting agakuŋŋaanye go n’agayita as sent by the server, I get agakuÅÅaanye go nâagayita. I am using the defualt headers;
{
"Content-Type": "application/json"
}
Really Need help here, everything works fine except this simple issue.
Hello I have a REST Server returning JSON Responses using UTF-8 when I request the data through
flutter_dataI receive wrongly encoded text for example instead of gettingagakuŋŋaanye go n’agayitaas sent by the server, I getagakuÅÅaanye go nâagayita. I am using the defualt headers;{ "Content-Type": "application/json" }Really Need help here, everything works fine except this simple issue.