Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 21557 invoked from network); 31 Aug 2004 15:08:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 31 Aug 2004 15:08:36 -0000 Received: (qmail 74289 invoked by uid 500); 31 Aug 2004 15:08:02 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 74189 invoked by uid 500); 31 Aug 2004 15:08:00 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 74175 invoked by uid 99); 31 Aug 2004 15:08:00 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [195.172.82.234] (HELO mail3.qas.com) (195.172.82.234) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 31 Aug 2004 08:08:00 -0700 Received: from orion.qas.com (orion.qas.com [150.150.100.34]) by mail3.qas.com (Content Technologies SMTPRS 4.3.12) with ESMTP id ; Tue, 31 Aug 2004 16:07:55 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: JSP/HTML Encoding Date: Tue, 31 Aug 2004 16:08:24 +0100 Message-ID: <5684A7E6FB10504393A2806C1F4C021003B0E151@orion.qas.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: JSP/HTML Encoding Thread-Index: AcSPavXS9tOBUYYVRwOPWFcN2MMbGgAAUItA From: "Allistair Crossley" To: "Tomcat Users List" , X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N make sure also that you set file.encoding=3Dutf8 in tomcat's startup option= s so that the jvm also operates in that mode. ADC > -----Original Message----- > From: Ben Bookey [mailto:ben.bookey@gistec-online.de] > Sent: 31 August 2004 16:00 > To: Tomcat User List > Subject: JSP/HTML Encoding >=20 >=20 >=20 >=20 > Dear List, >=20 > I am having unexpected results when setting the encoding of my > inputForm.jsp, to iso-8859-15 (changing from > iso-8859-15 to iso-8859-1 will allow me to use the Euro=20 > symbol and a few > others). When i give a Euro symbol into a form input control,=20 > the client > ends up saving a question-mark instead, which is exactly what=20 > happens then I > leave the standard iso-8859-1 encoding(the jsp default). I am=20 > using Tomcat 5 > and Internet Explorer 6.x which supports charset=3Diso-8859-15. >=20 > Here is my jsp page header attributes. >=20 > <%@ page language=3D"java" errorPage=3D"myErrorPage.jsp" > pageEncoding=3D"iso-8859-15" contentType=3D"text/html;=20 > charset=3Diso-8859-15"%> >=20 > If by setting the above jsp attributes, do I still need to=20 > set (inside the > tag) like this ? >=20 > charset=3Diso-8859-15"/> >=20 > Another factor which might be affecting the encoding of my=20 > input form, is > that its a page within a frameset, and it could be that the=20 > parent frame > HTML page might be incorrectly pre-determining the encoding=20 > of the whole > frameset overriding the child frame settings. >=20 >=20 > kind regards, > Ben Bookey >=20 >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org >=20 >=20 =20 ------------------------------------------------------- QAS Ltd. Developers of QuickAddress Software www.qas.com Registered in England: No 2582055 Registered in Australia: No 082 851 474 ------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org