> From: Magesh Umasankar [mailto:[EMAIL PROTECTED] > Sent: Thursday, 20 September 2001 12:19 AM > To: [EMAIL PROTECTED] > Subject: Re: cvs commit: > jakarta-ant/src/main/org/apache/tools/ant/taskdefs Replace.java > > > Conor: > Does this patch resolve Issue 961? > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=961 > > Thanks, > Magesh >
No, not really. It addresses part of it. Most tasks that deal with files do not support the specification of the encoding to use when dealing with those files. I have addressed the issue with respect to replace and sql - or at least I have made a start on it. We may want to address it in other file handling tasks as well. copy when filtering probably needs to do it. Fixcrlf would need more careful thought, I think. It also gives me an idea for an encoding translation task which would read in files of one specified encoding and write them out in another specified encoding. Conor >
