Iphone SDk : Problem with ampersand in the URL string

Posted by Oceandrive on Stack Overflow See other posts from Stack Overflow or by Oceandrive
Published on 2009-04-01T13:20:38Z Indexed on 2010/04/29 11:37 UTC
Read the original article Hit count: 452

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk