Skip to content
nickawatts edited this page Oct 19, 2012 · 11 revisions

A set of tools for re-encoding text files in a new character encoding. The tools include a Java API and an Apache Ant task.

Ant Task

Re-encoding of files can be performed with an Ant task, which is included in the source code. The Ant task allows you to convert one or more files using a fileset. You simply specify the original encoding of the files, the encoding you want to convert to and the output directory. The encoding of the original files will be converted and then placed in the output directory, using the same file names as the originals.

Usage

First you need to obtain the Jar file with the Ant task from ???. Then install the Jar in a place where Ant will be able to find it. See the Ant docs on optional tasks for details.

Clone this wiki locally