0 Members and 1 Guest are viewing this topic.
I was thinking if you use A thru Z, <space>, <period>, <question mark>, <comma>, <single quote>, <colon>. That is 32 characters altogether. You can use 5 bits instead of the 8 bits and therefore saving about 35% space.
a,b, and c are two byte tokens on-calc. They aren't represented the same as normal ASCII.
That is about 33% compression with the strings.
Any suggestions will be considered.
Ok i'll see what I can do with the lowercase letters. Another thing, what about numbers? With my current routine and plans on the lowercase, I can only have about 64 characters. I could take out some of the symbols if numbers was needed.
Another idea, during decompression, you can automatically make the first letter of every sentence uppercase, and the rest lowercase. That way it still looks nice, but it takes up the same amount of space. You can use other rules too to capitalize things in quotes. Also, don't forget about characters '0' through '9', those are probably important too.