Github user martincgg commented on the pull request: https://github.com/apache/cordova-mobile-spec/pull/76#issuecomment-47003313 It's possible of course, call the decodeURIComponent in the test, I can get it done. Now in WP8 native side, it's possible add logic to: public FileEntry(string filePath, bool bIsRes=false) {} to return a entry file with the URI encoded, using the Uri.EscapeUriString/Uri.EscapeDataString, this will force the user to decode the path in the web side. Also we can use the Uri.UnescapedDataString to decode the paths in the native side. Any suggestions?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---