How to decode a urlstring in the right way in cocoa-touch?
- by Thomas
My encoded string from the server looks like this: "it-strategy%20RZ%20U%20texas".
How is it possible to decode this string back to "it-strategy RZ U texas"?
I have tried the method stringByReplacingPercentEscapesUsingEncoding: , but I have still the percentages.