I made a small Rest webservice using Jersey 1.11. When i call the url that returns Json, there are problems with the character encoding for non english characters. The corre
You can also try this :
return Response.ok(responseMessage, "application/json;charset=UTF-8").build();