This compressor should shorten your texts pretty efficiently. Enter more than 3 sentences to actually get effective results! Music: Hungarian Rhapsody No. 2 - Franz Liszt -==Known issues==- ~Characters may change case after decompression (reason - Scratch is not case sensitive) ~Compressing text which contains the character "#" will compress it as it should, but it won't be decompressed correctly. (reason - read how it works below) -==How does it work?==- This is a very basic compression inspired by the ZIP compression. It finds the most common 2-letter combination in your sentence (for example the word "is") and replaces it with "#". Then it writes what the combination was in the beginning of the sentence. When I want to decompress it, I replace every "#" with the combination stated in the beginning of the sentence.