Posted By:
Issic_Levy
Posted On:
Wednesday, June 2, 2004 08:34 AM
hi,
I use SQLSERVER and I write a servlet. I write Hebrew, I succeed to read strings from database correctly by:
request.setCharacterEncoding("windows-1255");
response.setContentType("text/html; charset=UTF-8");
But the problem is when I insert string into the database- then when I check in the database I get '???'. any ideas???