Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If the file URL contains percent encoding then the percent encodings are re-encoded, as we treat the already encoded string as a path, so NSURL re-encodes it. We can assume that if the string begins file:// that it is a legal file URL, in which case we can simply use [NSURL URLWithString].
- Loading branch information