Tengo un servlet codificado en UTF8 para mostrar caracteres con tildes, he colocado :
Código HTML:
response.setContentType("text/html;charset=UTF-8;"); response.setCharacterEncoding("UTF-8"); out.println("<html><head><meta http-equiv=\"Content-Type\" content=\"text/html;charset=UTF-8\" /></head><body>áéíóú</body>");
Gracias