M
Matt Baker
Guest
What is Content-Type header in the response to the request? Should be something like application/json; charset=UTF-8 If it is only application/json the charset is missing, and the client is free to interpret it as per the default which is ISO8859-1.
Continue reading...
Continue reading...