Iphone SDk : Problem with ampersand in the URL string
- by Oceandrive
how do we pass a string Mr.X & Mr.Y in the URL.
I have tried this but this one does all the chars but ampersand.
[urlString stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]
Thanks for the help.