Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Add charset option #60

Open
mmethot opened this issue Oct 4, 2016 · 1 comment
Open

Add charset option #60

mmethot opened this issue Oct 4, 2016 · 1 comment

Comments

@mmethot
Copy link

mmethot commented Oct 4, 2016

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

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/38117789-add-charset-option?utm_campaign=plugin&utm_content=tracker%2F12536595&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F12536595&utm_medium=issues&utm_source=github).
@hyperobject
Copy link
Owner

Thanks for the suggestion! I've put it on the planning board for v2 of the service. :)

@hyperobject hyperobject removed the v2 label Mar 20, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants