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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -