Re: encoding error

2005-12-13 Thread Mark Thomas
Martin Gainty wrote: > ISO 8859 is a full series of 10 standardised multi-lingual single byte > coded 8 bit grapchic character sets for writing in alphabetic languages > information is available at > http://czyborra.com/charsets/iso8859.html > If you want TOMCAT to default to Latin1 (West European)

Re: encoding error

2005-12-12 Thread Martin Gainty
this option before starting set CATALINA_OPTS=-Dfile.encoding=ISO-8859-1 HTH, Martin- - Original Message - From: "Seak, Teng-Fong" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, December 12, 2005 5:03 AM Subject: Re: encoding error Is it a

Re: encoding error

2005-12-12 Thread Seak, Teng-Fong
er to change the enconding in the response/request objects... Tomcat includes an example of how to do this... Regards Luis -Mensaje original- De: Mª Carmen Gómez Romero [mailto:[EMAIL PROTECTED] Enviado el: lunes, 12 de diciembre de 2005 12:47 Para: users@tomcat.apache.org Asunto: encod

RE: encoding error

2005-12-12 Thread Navalpotro Herrero, Luis
@tomcat.apache.org Asunto: encoding error I saw this in opencms configuration. Where do I have to do this? -- Forwarded message -- From: Seak, Teng-Fong <[EMAIL PROTECTED]> Date: Dec 12, 2005 11:03 AM Subject: Re: encoding error To: Tomcat Users List Is it a good idea to specif

Re: encoding error

2005-12-12 Thread Seak, Teng-Fong
gt; Date: Dec 12, 2005 11:03 AM Subject: Re: encoding error To: Tomcat Users List Is it a good idea to specify this parameter in Tomcat startup? Where did you read that you have to do so? Or who told you to do so? Regards, Seak Mª Carmen Gómez Romero wrote: Hi, I have a server

encoding error

2005-12-12 Thread Mª Carmen Gómez Romero
I saw this in opencms configuration. Where do I have to do this? -- Forwarded message -- From: Seak, Teng-Fong <[EMAIL PROTECTED]> Date: Dec 12, 2005 11:03 AM Subject: Re: encoding error To: Tomcat Users List Is it a good idea to specify this parameter in Tomcat s

Re: encoding error

2005-12-12 Thread Seak, Teng-Fong
Is it a good idea to specify this parameter in Tomcat startup? Where did you read that you have to do so? Or who told you to do so? Regards, Seak Mª Carmen Gómez Romero wrote: Hi, I have a server with Apache 2.0 + Tomcat 5.0 I have a problem because sometimes seem the charset ch

encoding error

2005-12-12 Thread Mª Carmen Gómez Romero
Hi, I have a server with Apache 2.0 + Tomcat 5.0 I have a problem because sometimes seem the charset change. If I restart = the tomcat, the charset is correct other time. I have -Dfile.encoding=3DISO-8859-1 in Tomcat startup. what is it happening? Thank you.