https://bz.apache.org/bugzilla/show_bug.cgi?id=70182

            Bug ID: 70182
           Summary: Record lacks an encoding attribute
           Product: Ant
           Version: 1.10.17
          Hardware: PC
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Core tasks
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Record should have an encoding attribute which gets passed to PrintStream with
a forked constructor call or getting the default encoding as the default:

RecorderEntry
        out = new PrintStream(FileUtils.newOutputStream(Paths.get(filename),
append));

Today you have to set the entire VM -Dfile.encoding=UTF-8 to get this.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to