https://bugs.documentfoundation.org/show_bug.cgi?id=150982
--- Comment #6 from Stephan Bergmann <[email protected]> --- (In reply to Mike Kaganski from comment #5) > What is the proper way in Python: should urllib.parse.unquote be used, or is > there something from URE available for Python? The css.uri UNO services don't provide such decoding directly, but they do provide css.uri.UriReferenceFactory's parse returning a css.uri.XVndSunStarExpandUrlReference instance with an expand method that does all of the decode-and-expand steps. So either use that directly or look around what other LO Python code uses for URL decoding. -- You are receiving this mail because: You are the assignee for the bug.
