From user-return-69044-apmail-ant-user-archive=ant.apache.org@ant.apache.org Mon Oct 05 08:46:53 2009 Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 17526 invoked from network); 5 Oct 2009 08:46:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Oct 2009 08:46:53 -0000 Received: (qmail 67156 invoked by uid 500); 5 Oct 2009 08:46:52 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 67075 invoked by uid 500); 5 Oct 2009 08:46:52 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 67065 invoked by uid 99); 5 Oct 2009 08:46:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Oct 2009 08:46:52 +0000 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=FORGED_YAHOO_RCVD,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Oct 2009 08:46:42 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MujD3-0007vD-71 for user@ant.apache.org; Mon, 05 Oct 2009 01:46:21 -0700 Message-ID: <25747126.post@talk.nabble.com> Date: Mon, 5 Oct 2009 01:46:21 -0700 (PDT) From: agostonbejo To: user@ant.apache.org Subject: messing up accentuated characters MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: bejoag1@yahoo.com X-Virus-Checked: Checked by ClamAV on apache.org Hi! I've come across this while trying to run some sql insert scripts with ant. These scripts are first fed to a with a single . The problem is that special characters such as =C3=B6= , =C3=A4, =C3=A9, etc. are converted to question marks both in the case of ISO-8859-1= and UTF-8 files. I've soon found out that the problem lies in itself! Even if = I run it without any filter readers, it will mess up these characters, i.e. =09=09 =09=09=09 =09=09=09=09 =09=09=09 =09=09=09 =09=09=09 =09=09 will result in lines where e.g. Coup=C3=A9 becomes Coup? (or Coup??, if the= file was UTF-8.) Running it without the filterchain results in the correct characters everywhere. Is there a workaround or a way to fix this? Thank you, Agoston --=20 View this message in context: http://www.nabble.com/%3Cfilterchain%3E-messi= ng-up-accentuated-characters-tp25747126p25747126.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org