Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support reading jar file with space in the name.
```scala @ java.net.URI.create("jar:file:/C:/Program Files/Java/jdk1.8.0/jre/lib/resources.jar") java.lang.IllegalArgumentException: Illegal character in opaque part at index 20: jar:file:/C:/Program Files/Java/jdk1.8.0/jre/lib/resources.jar @ java.net.URI.create("jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/resources.jar") res2: java.net.URI = jar:file:/C:/Program%20Files/Java/jdk1.8.0/jre/lib/resources.jar @ Paths.get("U A").toUri.getPath res3: String = "/Users/ollie/dev/scalameta/U A" @ Paths.get("U A").toUri.toString res4: String = "file:///Users/ollie/dev/scalameta/U%20A" ```
- Loading branch information