I have several short utf16 strings that i need to compress (each about 20-200 chars long).
The string are almost always created using only english characters and numbers.
I can probably write some compression myself that will have about 50% results.
Looking for an idea/implementation.
Im using C#