a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 73153 and 90428

Description: Multi-algorithm compression
 DACT compresses each block within the file with all its known algorithms and
 uses the block with the best compression ratio.
 .
 DACT can encrypt the compressed data with one of two algorithms.
 .
 Compression time for DACT is slow as each block is compressed multiple times.
 .
 Current supported compression algorithms include RLE, Delta, Text, Zlib,
 Modified Zlib, Bzip2 and Seminibble Encoding.
Description: multi-algorithm compression
 DACT compresses each block within the file with all its known algorithms and
 uses the block with the best compression ratio.
 .
 DACT can encrypt the compressed data with one of two algorithms.
 .
 Compression time for DACT is slow as each block is compressed multiple times.
 .
 Current supported compression algorithms include RLE, Delta, Text, Zlib,
 Modified Zlib, Bzip2 and Seminibble Encoding.
--- 73153	Thu Jan  1 00:00:00 1970
+++ 90428	Thu Jan  1 00:00:00 1970
@@ -1,4 +1,4 @@
-Multi-algorithm compression
+multi-algorithm compression
  DACT compresses each block within the file with all its known algorithms and
  uses the block with the best compression ratio.
  .