https://bugs.documentfoundation.org/show_bug.cgi?id=96413

--- Comment #17 from Eike Rathke <er...@redhat.com> ---
IMHO it is not the task of ConvertToURL() to percent-encode anything except
space as %20, as that is the only neither unreserved nor reserved character in
an URI and what characters of the reserved characters are allowed depends on
the actual URI scheme and protocol.
See https://datatracker.ietf.org/doc/html/rfc3986#section-2 and following.

It is the task of the application programmer (or another function) to know
which reserved characters act as delimiters in a specific URI scheme and need
to be percent-encoded.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to