Hi,
 
Check whether the database is UTF8 compliant also try to set the content type only once preferably UTF8. As per my knowledge UTF8 accepts & displays a wide range of charsets.
 
out.println("<META http-equiv=Content-Type content=text/html; charset=UTF-8>");
 
Please refer the following URL for a list of Java supported encodings
 
Regards,
Prem

-----Original Message-----
From: Halil AKINCI [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 26, 2002 10:14 PM
To: [EMAIL PROTECTED]
Subject: Turhisk character problem

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