RE: content type charset

2003-09-10 Thread Mark Orr
Hi, This might not be the cause of your problem, but it caught me out recently until I read the Javadoc for the setContentType method of ServletResponse: If obtaining a PrintWriter, this method should be called first. In otherwords, set your response type first, then get your PrintWriter,

Re: content type charset

2003-09-10 Thread aaz
PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 12:16 PM Subject: RE: content type charset Hi, This might not be the cause of your problem, but it caught me out recently until I read the Javadoc for the setContentType method of ServletResponse

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