content type charset

2003-09-10 Thread aaz
Hi, We are using Tomcat 4.1.24 and jdk 1.4.1. And are having problems getting the HTTP headers returned from Tomcat to return the correct charset we need to display our utf-8 encoded database data. (right now our text has all the ? chars in it in place of the special chars) We need tomcat to

Re: content type charset

2003-09-10 Thread aaz
: If obtaining a PrintWriter, this method should be called first. In otherwords, set your response type first, then get your PrintWriter, not the other way around. Mark -Original Message- From: aaz [mailto:[EMAIL PROTECTED] Sent: 10 September 2003 17:22 To: [EMAIL PROTECTED] Subject

Re: content type charset

2003-09-10 Thread aaz
(?) in it in place of the special utf-8 chars. help!!! - Original Message - From: aaz [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 12:59 PM Subject: Re: content type charset Yeah we have response.setContentType(text/html; charset=UTF-8) in our