https://bugs.documentfoundation.org/show_bug.cgi?id=96413
Bug ID: 96413
Summary: Basic ConvertToURL fails to URL encode many characters
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: BASIC
Assignee: [email protected]
Reporter: [email protected]
Created attachment 121223
--> https://bugs.documentfoundation.org/attachment.cgi?id=121223&action=edit
Spreadsheet with user-defined Basic functions
OK: ConvertToURL("C:\Foo Bar") --> file:///C:/Foo&20Bar
Fail: ConvertToURL("C:\Foo&Bar") --> file:///C:/Foo&Bar
Expected: ConvertToURL("C:\Foo&Bar") --> file:///C:/Foo&26Bar
Problem occurs with characters
!
$
&
'
(
)
*
+
,
/
:
=
@
ConvertToURL correctly encodes the follwing characters:
<space>
"
#
%
;
?
[
\
]
{
|
}
Reference:
https://tools.ietf.org/html/rfc3986#page-12
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs