Quote:
Originally Posted by sherman
What struck me as odd is using a zip file as a container, and explicitly denying the use of compression. Why? Text is highly compressible after all.
|
IIRC, the WebBook spec doesn't explicitly deny compression. It
discourages compression and states that if you
do compress you can only use the deflate algorithm. In other words, you can compress but you can't use the bzip2, LZMA, or XZ algorithms.