Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2012-05-01 | 613 Bytes | |
reencoder-0.1.0.jar | 2012-05-01 | 92.1 kB | |
Re-encoder-0.1.0.exe | 2012-05-01 | 1.8 MB | |
Totals: 3 Items | 1.9 MB | 0 |
Re-encoder
The re-encoder is a small java application for moving plain text files in one encoding into another.
Requirements
Only Java 1.6 is required to compile the code.
To create the Windows executable launch4j must be installed. You will want to change the path in the ant task near the top of build.xml to reflect where you put it.
To create a jar file
ant jar
To create a Windows executable
ant windows
TODO
- Better preview for files
- choice of where and how to save the re-encoded versions
- platform-specific features and look
- drag and drop onto icon (for osx at least)