I am getting data from my db which contains words in Hebrew. Then I am getting this data from ResultSet putting into a String and then putting it to a JSO
ResultSet
JSO
Solved it with @ Johannes H help. added response.setCharacterEncoding("utf-8");
response.setCharacterEncoding("utf-8");