How to decode a urlstring in the right way in cocoa-touch?
Posted
by Thomas
on Stack Overflow
See other posts from Stack Overflow
or by Thomas
Published on 2010-04-30T09:42:08Z
Indexed on
2010/04/30
9:47 UTC
Read the original article
Hit count: 254
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.
© Stack Overflow or respective owner