Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 35105 invoked from network); 6 Sep 2004 10:17:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Sep 2004 10:17:14 -0000 Received: (qmail 79757 invoked by uid 500); 6 Sep 2004 10:16:43 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 79366 invoked by uid 500); 6 Sep 2004 10:16:37 -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 79351 invoked by uid 99); 6 Sep 2004 10:16:37 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=LINES_OF_YELLING X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [146.140.221.6] (HELO androcus.capcom.de) (146.140.221.6) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 06 Sep 2004 03:16:36 -0700 Received: from fwdmz.capcom.de ([146.140.221.254] helo=wormhole.capcom.de) by androcus.capcom.de with smtp (Exim 4.30) id 1C4GUf-0002Jk-Tf; Mon, 06 Sep 2004 12:13:02 +0200 Received: from hamlet.gistec-online.de ([146.140.211.11]) by wormhole.capcom.de; Mon, 06 Sep 2004 12:12:48 +0200 (MEST) Reply-To: From: "Ben Bookey" To: "Tomcat User List" Cc: , Subject: Real problem posting &Euro symbol from jsp page, using TC 5.0 Date: Mon, 6 Sep 2004 12:18:30 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Dear TC profis, (allistair and Nikola) I have had this problem for a week (aaahhh!), and would really appreciate ANY help or pointers to what I may be doing wrong. When I post a � value from a form from either Netscape 6.0 or IE 6.0, and do a system.out.println in my test servlet there is always something other than the Euro symbol arriving in my test servlet. Most often is a ? which indicates the browser-client is posting using ISO8859-1 Please take a look at the simple jsp pages below, which is using UTF-8. ( in another test I have also changed all the various encoding parameters to ISO8859-15, but there is still no Euro symbol on the server).! PLEASE......................................... WHAT AM I DOING WRONG ?? :-( Ben '=========================================================================== ====================================================== <%@ page language="java"%> <%@ page contentType="text/html;charset=utf-8"%> <%@ page pageEncoding="utf-8"%> encoding data test.


<% String reqURL = "/InGeoWebEntryTool/servlet/EncodingValidationServlet"; String strEncodeTest=""; %>
'=========================================================================== =================================================== Here are some system properties from my server. file.encoding = Cp1252 java.specification.version = 1.4 catalina.home = D:\Program Files\NetBeans3.6\jakarta-tomcat-5.0.19 java.version = 1.4.2 sun.cpu.endian = little sun.io.unicode.encoding = UnicodeLittle '=========================================================================== =================================================== --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org