in reply to Re^2: Efficient 7bit compression
in thread Efficient 7bit compression

Ok I hear ya, I was not taking into account the string specific character frequency table that is used to decode a Huffman encoded string - I guess once could get around that by using a general one based on some character usage criteria, but that would probably not meet their needs.