am working on some mobile apps that send requests from mobile to internet via Http Requests
the problem is that i send Arabic chars in this requests as parameters so i have to convert them from
UTF-8 to Percent Encoding
i have a java based solution here :
[at the bottom of post u will find English Details : ]
but my problem now with Objective-C , how can it be done ?!