Unifier is a tool to convert a batch of plain text or HTML files in various characters set encoding to…
calculates average line length, average deviation from average and maxmium line length and size in chars, words and lines of…
Reflow is a Java command line utility that will reflow a text file so that all lines are about 60…
Encoding Recogniser will help you determine what encoding was used to write a file by displaying the file in hex…
Official Encoding will tell you the official name of any given Java encoding and whether it is supported by Java.…
Applet to list all supported encodings (character sets) supported by your browser/java. To install, Extract the zip download with WinZip,…
Fast string search (indexOf) using the Boyer-Moore algorithm. Incorporate this class into your own Java programs to rapidly search strings.…
Base64 is a freeware way of encoding 8-bit characters using only ASCII printable characters similar to UUENCODE. UUENCODE embeds a…
I/O teaching tool that generates Java source code to read or write the console, a sequential file, a random access…
Consists of a pair of utilities that let you convert/strip/insert HTML/XML/XHTML entities such as _amp;- and _" from files converting…