Add charset option
mmethot opened this issue ยท 1 comments
mmethot commented
When I fetch some data that contains accents of all sorts (hey, don't judge me, I speak french), the returned result messes up all the accents.
I have this piece of code client-side that fixes some problems, but it can't fix data coming back from the server:
$.ajaxSetup({ scriptCharset: "utf-8", contentType: "application/json; charset=utf-8" });
That would be a very nice addon to your awesome proxy.
- Max
hyperobject commented
Thanks for the suggestion! I've put it on the planning board for v2 of the service. :)