DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5353>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5353

Characters with accents not displayed correctly in Tomcat 3.3





------- Additional Comments From [EMAIL PROTECTED]  2001-12-12 11:29 -------
One more good information.

If I create an HTML page with the same contents it works.

If I create a servlet that do something like:

....
        public void doGet(HttpServletRequest req, HttpServletResponse res) 
throws IOException {

                PrintWriter out = res.getWriter();
                out.println("<HTML>");
                out.println("<BODY>");
                out.println("áéíóú âêîôû");
                out.println("</BODY>");
                out.println("</HTML>");
                out.close();
....
        }

It works too !!

The problem is definitely with JSP.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to