Commit 0321aba
committed
utils: perform portable path sanitisation of URLs
Some file systems have restrictions on character sets which are valid
file name characters. Add a filter for the Windows file system
character set restrictions. We replace them with `_` to match the
behaviour in the DocC bundle generation after swiftlang/swift-docc#668.1 parent 3dfc583 commit 0321aba
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments