| Changes to /text-encoding-util/trunk/README.txt |
r0 vs. r6
Edit
|
r6
|
| /text-encoding-util/trunk/README.txt | /text-encoding-util/trunk/README.txt r6 | ||
| 1 | ======================================================================== | ||
|---|---|---|---|
| 2 | WizTools.org Text Encoding Util | ||
| 3 | ======================================================================== | ||
| 4 | |||
| 5 | * Introduction | ||
| 6 | |||
| 7 | Text Encoding Util is a command line tool to convert text files from | ||
| 8 | one encoding to another, and to test if a particular text file | ||
| 9 | is compatible with the charsets defined in particular encoding. | ||
| 10 | |||
| 11 | * Usage | ||
| 12 | |||
| 13 | The binary is published as executable Jar. The usage: | ||
| 14 | |||
| 15 | $ java -jar text-encoding-util-1.0.jar help | ||
| 16 | |||
| 17 | * Download | ||
| 18 | |||
| 19 | http://wiztools.googlecode.com/ | ||
| 20 | |||
| 21 | * Requirement | ||
| 22 | |||
| 23 | Java 5 or above. | ||
| 24 | |||
| 25 | * Source code | ||
| 26 | |||
| 27 | http://wiztools.googlecode.com/ | ||
| 28 | |||
| 29 | * License | ||
| 30 | |||
| 31 | http://www.apache.org/licenses/LICENSE-2.0 | ||
| 32 | |||
| 33 | * Author | ||
| 34 | |||
| 35 | Subhash Chandran of WizTools.org. | ||
| 36 | |||