Return-Path: Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: (qmail 85665 invoked from network); 24 Aug 2006 18:18:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Aug 2006 18:18:41 -0000 Received: (qmail 99843 invoked by uid 500); 24 Aug 2006 18:18:41 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 99821 invoked by uid 500); 24 Aug 2006 18:18:41 -0000 Mailing-List: contact torque-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Apache Torque Developers List" Reply-To: "Apache Torque Developers List" Delivered-To: mailing list torque-dev@db.apache.org Received: (qmail 99810 invoked by uid 99); 24 Aug 2006 18:18:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Aug 2006 11:18:40 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [62.13.128.174] (HELO outmail128174.authsmtp.com) (62.13.128.174) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Aug 2006 11:18:40 -0700 Received: from [172.16.33.4] (p54B83CA9.dip0.t-ipconnect.de [84.184.60.169]) (authenticated bits=0) by squirrel.dmpriest.net.uk (8.13.6/8.13.6/Kp) with ESMTP id k7OIIInD098871 for ; Thu, 24 Aug 2006 19:18:18 +0100 (BST) Message-ID: <44EDED6F.3080600@apache.org> Date: Thu, 24 Aug 2006 20:18:23 +0200 From: Thomas Vandahl User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Apache Torque Developers List Subject: Re: svn commit: r433728 - in /db/torque: generator/trunk/src/java/org/apache/torque/engine/database/transform/XmlToAppData.java site/trunk/xdocs/changes.xml References: <20060822190549.92CE01A981A@eris.apache.org> In-Reply-To: <20060822190549.92CE01A981A@eris.apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Server-Quench: eb1d3c60-339c-11db-b770-001185d377ca X-AuthRoute: OCdyaAgQClZJUiwT EioPDCIGTh8qMAFL GwYeIE5WLUQhWQ4X O15TJVpedloGSkcD B3l6HgNLUl1xX3N0 YgBQZQ9cawRGWxtr WExXRFJMFQNhHh4E GR5QCR4NDnw/Jgpw bE5qWXEVXUR8dQgo EE8AFj4AZXpja2lM TUFZI1FJIgRNfgJF alF+XHZZYmIANSsu JQJhdysvO31ULyFQ Qx1fZUhOGh1URG50 AlgDG31oEUdCWyIp NgEreBYTEUAcKEwu NkFmRUgFNRxVERdV WENEHiYeIEMOACMz BAhaUAkCFydEXCob DxsnIxlFRTBbRiNS DVBIDA0VAiVeXi5S TXFtVykRC3ExP24j Li1ZMwgvEn92UBtR AFoOXFZeRU8pNEdF LQwyGC0nNQBWFUtO KyZl X-Authentic-SMTP: 61633138303539.squirrel.dmpriest.net.uk:199/Kp X-Report-SPAM: If SPAM / abuse - report it at: http://www.authsmtp.com/abuse X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N tfischer@apache.org wrote: > - InputSource is = new InputSource(br); > + InputSource is = new InputSource(bufferedInputStream); One questions about this, out of curiosity: I read from the API docs that the application *should* provide an encoding, if the InputSource is built from a byte stream. I couldn't find something about using the encoding in the file header. Where is that documented? Bye, Thomas. --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org