try, to set the response encoding to 8559-15
cu Torsten
> -----Ursprüngliche Nachricht-----
> Von: Sergio [mailto:shernand@ipsoluciones.com]
> Gesendet: Mittwoch, 27. November 2002 21:18
> An: 'Tomcat Developers List'
> Betreff: euro character problem with tomcat compression Filter
>
>
> Hí techies!
>
> I'm having problems adding the tomcat compression Filter
> version 4.0.3 to my webapp.
>
> Some characters (like euro symbol ) that are printed in my
> jsp page with a method which return a field of a MSSQLServer
> table, are printed with the '?' symbol.
>
> I've modified the CompressionFilter.java servlet and modified
> the code.
> Before the call of doFilter method I set the request to my encoding:
> request.setCharacterEncoding("iso-8859-1");
> chain.doFilter(request, response);
>
> But this also does not work.
>
> Any solution or idea ?
>
>
>
> Sorry for my English.
> Thanks, Sergio
>
--
To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@jakarta.apache.org>
|