I created webservice which generate response in Arabic language But it does not display in arabic font. It display ascii code like below.
{"data":[{"id":"1","name":"\u0627\u062e\u062a\u0628\u0627\u0631"}]}
So how can I shown arabic font in response? May I have to set any header for that?