I want to compress an NSString. How I can do that in objective-c (iphone).
Asked
Active
Viewed 3,747 times
0
-
What do you mean by «compressing»? Give us some more details if you want an answer... – Macmade Jul 22 '10 at 09:53
-
How much text in the string? Some compression algorithms will make the string bigger. If it is very short text under 300 there are some short string compression algorithms that can be used to make it smaller. – John Ballinger Jul 22 '10 at 10:03
-
@John Ballinger - in fact all compression algorithms will make some strings longer. – Malcolm Box Sep 07 '11 at 21:05