https://bugs.freedesktop.org/show_bug.cgi?id=73462

--- Comment #3 from Stephan Bergmann <[email protected]> ---
(In reply to comment #2)
> I have escaped the # and $ with %23 and %24, but if i have something like
> test%23#, test%24$, or test%23$%24$, it fails at following point when using
> SDK API, Reference <XComponent> xOfficeComponent :: loadComponentFromURL.

So what exactly is your file system pathname, and what URL are you feeding into
loadComponentFromURL?  If your (Unix-style, say) pathname is

  /home/me/somewhere/test#.odt

then the corresponding URL is

  file:///home/me/somewhere/test%23.odt

-- 
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

Reply via email to