osx - How to set a Japanese URL in webView (macOS) -


i using webview in cocoa app. in url have japanese chars, web page not loading. same resource if change name in english working.

here not-working code: [webview setmainframeurl:@"http://localhost:8080/引き割り.png"];

working code : [webview setmainframeurl:@"http://localhost:8080/1234.png"];


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -