Re:Re: tomcat 5.5.12 character encoding in server side is allways iso8895-1

2006-03-01 Thread idan amshalom
I changed it to utf-8 and also changed add "useBodyEncoding=true" - Yahoo! Mail Bring photos to life! New PhotoMail makes sharing a breeze.

Re: tomcat 5.5.12 character encoding in server side is allways iso8895-1

2006-02-27 Thread Mark Thomas
What setting do you have for URIEncoding (see http://tomcat.apache.org/tomcat-5.5-doc/config/http.html) in your connector? Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

tomcat 5.5.12 character encoding in server side is allways iso8895-1

2006-02-27 Thread idan amshalom
hi.I have a problem of encoding in server side (in the bean) .I want to pass values to the bean in utf-8 and not in iso-8895-1 , I read about this problem and tried everything that was suggested.I work with tomcat 5.5.12 on windows Server 2003 .  with java 1.5.0.2 at my top of the jsp I have :<%@ p