Re: Tomcat 6 - Problems with encoding

2008-10-28 Thread JSimas
any other tips Leon? Thanks for you help anyway! Best Regards João Simas Leon Rosenberg-3 wrote: € sign is not part of ISO-8859-1 use ISO-8859-15 instead. regards Leon On Mon, Oct 27, 2008 at 7:19 PM, JSimas [EMAIL PROTECTED] wrote: Hi. I'm using Apache Tomcat 6.0.14, wich deploys

Tomcat 6 - Problems with encoding - PROBLEM SOLVED

2008-10-28 Thread JSimas
Problem solved... but i still have some doubts :p This was my solution: 1. Remove this next lines of all JSPs (some had, others didn't) %@ page language=java contentType=text/html; charset=ISO-8859-1 pageEncoding=ISO-8859-1% META http-equiv=Content-Type content=text/html;

Tomcat 6 - Problems with encoding

2008-10-27 Thread JSimas
Hi. I'm using Apache Tomcat 6.0.14, wich deploys a Struts 1.x web application. I was using encoding ISO-LATIN-1 but i was having problems with the euro (€) char. Every time that i use a € char in a text box or in a text area, when the request arrives at struts Request Processor the value is