Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 67779 invoked from network); 18 Jun 2008 11:08:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jun 2008 11:08:30 -0000 Received: (qmail 62462 invoked by uid 500); 18 Jun 2008 11:08:21 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 62436 invoked by uid 500); 18 Jun 2008 11:08:21 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 62425 invoked by uid 99); 18 Jun 2008 11:08:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jun 2008 04:08:21 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [68.142.198.100] (HELO web31305.mail.mud.yahoo.com) (68.142.198.100) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 18 Jun 2008 11:07:28 +0000 Received: (qmail 28963 invoked by uid 60001); 18 Jun 2008 11:06:46 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=Z1AnOhMV7isG/WFbRcUvOFhFr71zeHXta4HgI/02HsQL6ICYuWqq86AiKxQ1tAsk1CzIPvO4sxYEDAhdcX6uPE0sSOe7c2QoHyWfiHgDUuLwnbvpRRPgplJmWg8W5KHm5wvDH4nKM3BCX+QKskeEjRZ0UbDmSvDf4/6FL0o8Vvw=; Received: from [213.60.184.7] by web31305.mail.mud.yahoo.com via HTTP; Wed, 18 Jun 2008 04:06:45 PDT X-Mailer: YahooMailRC/975.45 YahooMailWebService/0.7.199 Date: Wed, 18 Jun 2008 04:06:45 -0700 (PDT) From: nch Subject: Character encoding To: users@tomcat.apache.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-2024839977-1213787205=:28792" Message-ID: <978183.28792.qm@web31305.mail.mud.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org --0-2024839977-1213787205=:28792 Content-Type: text/plain; charset=us-ascii Hi, there. I'm having difficulties trying to decode URI parameters into UTF8. I tried setting URIEncoding="UTF-8" and useBodyEncodingForURI="true" Connector properties. Didn't work. I tried adding a Filter by following the example at http://tompson.wordpress.com/2007/01/29/encoding-filter-for-java-web-applications/ . This worked for me (in a windows env). When I moved the application to linux (debian etch) I found out it was not working. I tried setting CATALINA_OPTS= -Duser.language=es unsuccessfully (my system LANG=en_US.UTF-8). Any suggestions? King degards. --0-2024839977-1213787205=:28792--