static LineCompCompressor lineCompCompressorOnCharacters(S text) { ret LineCompCompressor(litmap(text := toOneCharacterPerLine(text))); }