mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
URL-encode # in file: URLs.
The final piece to fixing Bug 798392.
This commit is contained in:
parent
81b9a02235
commit
aeefd89343
@ -409,7 +409,7 @@
|
||||
(define unreserved-chars-rfc3986
|
||||
(char-set-union
|
||||
(string->char-set "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789")
|
||||
(string->char-set ":/?#[]@") ;gen-delims
|
||||
(string->char-set ":/?[]@") ;gen-delims
|
||||
(string->char-set "-._~")))
|
||||
|
||||
;;path must be absolute. On Windows an absolute path begins with a
|
||||
|
Loading…
Reference in New Issue
Block a user