Changes
Tim O'Brien
2/25/03 - changes to method naming standard
- see http://nagoya.apache.org/wiki/apachewiki.cgi?CodecProjectPages/CodecNaming
2/24/03 - Added HEX implementation from Christopher O'Brien
2/1?/03 - Refactor Base64 to implement both Encoder and Decoder
2/1?/03 Add a Decoder interface
2/6/03 Added encodeChunked and optional chunking to the Base64 class
in the "binary" package. This change was made to reach the goal of
immediate reusability for the xml-rpc and httpclient projects.
2/4/03 Integrated a Base64 impl from xml-rpc - Martin Redington
2/3/03 Moved phonetic encoders into dedicated "language" package.
2/3/03 - Added Nysiis code and tests
2/3/03 - Added DoubleMetaphone code and tests
2/2/03 - "language" package created to hold language and
phonetic encodings
2/2/03 - All CRLF issues resolved in codec