I have an API that returns JSON, it actually returns it using the default encoding (I believe it's UTF-8), but japanese and arabic characters are displayed as ??? or some junk
My question is: is there an easy way to display japanese characters ? I tried by setting page encoding to UTF-8 but it doesn't work.Can any body suggest solution?