Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 10819 invoked from network); 9 Jan 2008 08:13:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jan 2008 08:13:58 -0000 Received: (qmail 37601 invoked by uid 500); 9 Jan 2008 08:13:46 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 37535 invoked by uid 500); 9 Jan 2008 08:13:46 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 37526 invoked by uid 99); 9 Jan 2008 08:13:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jan 2008 00:13:46 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jan 2008 08:13:42 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3A3C2714233 for ; Wed, 9 Jan 2008 00:13:34 -0800 (PST) Message-ID: <26598060.1199866414235.JavaMail.jira@brutus> Date: Wed, 9 Jan 2008 00:13:34 -0800 (PST) From: "Niall Pemberton (JIRA)" To: issues@commons.apache.org Subject: [jira] Resolved: (IO-153) FileWriter that accepts an encoding In-Reply-To: <25478636.1199617714214.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/IO-153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton resolved IO-153. -------------------------------- Resolution: Fixed Assignee: Stephen Colebourne > FileWriter that accepts an encoding > ----------------------------------- > > Key: IO-153 > URL: https://issues.apache.org/jira/browse/IO-153 > Project: Commons IO > Issue Type: New Feature > Components: Streams/Writers > Reporter: Stephen Colebourne > Assignee: Stephen Colebourne > Priority: Minor > Fix For: 1.4 > > Attachments: FileWriterWithEncoding.java, io-FileWriterWithEncoding.patch > > > Amazingly, even in JDK6 there are no constructors on FileWriter that accept an encoding. > Attached is a patch to add FileWriterWithEncoding -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.