Hi all,
 
I have a servlet and I'm sending a HTML page to client using this servlet. To create HTML page, servlet using informations that it is receiving them from MS Access database.When the client display the this HTML page, the turkish characters which exist on the HTML page, displayed "?" form.
 
out.println("<META http-equiv=Content-Type content=text/html; charset=windows-1254>");
out.println("<META http-equiv=content-type content=text/html; charset=ISO-8859-9>");
out.println("<META http-equiv=content-language content=TR>");
 
I used above lines, but I didn't solve problem.
 
Can you help me?
 
NOT: I'm using sun.jdbc.odbc.JdbcOdbcDriver.
 
 
 
 

Reply via email to