In my application, the requirement is to use UIApplication's openURL method to start browser with following URL:
http://192.168.100.80/1003/images/test/いうydさdfghjk-320x160.png
Above string is stored in NSString. When I am passing above URL as parameter to openURL, its saying that the page is not found and I noticed that the URL in the address bar is not in japanese characters. How can I show above URL in safari?