Possible to display URLEncoded string on UIWebView???
Hello,
I know, it's possible to send an URLEncoded string to mail.app and use HTML in an email.
Now I was wondering, if it was possible to load an URLEncoded string into a UIWebView? If that's not possible, maybe there is another way, to somehow display URLEncoded content in my app.
Example:
this is a HTML link: <a href="www.example.com">Example.com"</a>
this is the same link URLEncoded: %3Ca%20href%3D%22www.example.com%22%3EExample.com% 22%3C%2Fa%3E
Now it would be great to display this URLEncoded string on a UIWebView.
Hope, you got the idea. Any help appreciated.
Thanks in advance!
|