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

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -