Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 12870 invoked from network); 3 Sep 2004 10:07:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Sep 2004 10:07:53 -0000 Received: (qmail 4266 invoked by uid 500); 3 Sep 2004 10:07:16 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 4226 invoked by uid 500); 3 Sep 2004 10:07:15 -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 4199 invoked by uid 99); 3 Sep 2004 10:07:14 -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.5] (HELO mail1.qas.com) (195.172.82.5) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 03 Sep 2004 03:07:13 -0700 Received: from orion.qas.com (orion.qas.com [150.150.100.34]) by mail1.qas.com (Content Technologies SMTPRS 4.3.12) with ESMTP id ; Fri, 3 Sep 2004 11:06:56 +0100 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: ????? +++ problem saving &Euro symbol character to database from my JSP form using TC5 X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 Date: Fri, 3 Sep 2004 11:06:56 +0100 Message-ID: <5684A7E6FB10504393A2806C1F4C021003B0E18F@orion.qas.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ????? +++ problem saving &Euro symbol character to database from my JSP form using TC5 Thread-Index: AcSRnLR7znpGcDpKSFGr/XwEpkM5DQAAHLpg From: "Allistair Crossley" To: "Tomcat Users List" , X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N What is your database URL? Are you ensuring that a charset is specified on = your database connectivity? This charset should be Cp1252 for Windows-1250.= Find a row in the database with a euro character and ask yourself how that= euro character got there? If it got there using an encoding different from= the response encoding then you will get your ?. In order to solve this pro= blem you need to make sure you have test data correctly encoded to match yo= ur database encoding. Then work backwards to the UI. Make sure the db URL c= harset matches the database. Then use a JSP with pageEncoding and charset o= f utf-8 OR try Cp1252 OR try Windows-1250. I don't think you need to worry = about changing your DB encoding .. it seems to me that you either have inco= rrectly encoded data in the database which is throwing you red herrings whe= n you get the UI encoding right OR your UI is just mal-configured. > 1. I have a Windows-1250 oracle database, and I am using TC=20 > 5. and jsp/html > pages > to perform updates/inserts. Despite using iso-8859-15 in my=20 > jsp/html, the > client > is still posting a ? (question mark symbol) instead of a Euro symbol. > Anybody know what is happening ? >=20 >=20 > 2. If I do change our product database, from Windows-1250 to=20 > UTF-8, how will > this affect existing applications I wonder writing to the=20 > database using > Windows-1250 or iso-8859-1. > I guess because utf-8 is backward compatable it should not affect the > existing apps. making > updates or inserts? >=20 >=20 > Would appreciate any help ! >=20 > thanks > BEn >=20 >=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