[Gambas-user] FromURL() converts + to space
Benoît Minisini
benoit.minisini at gambas-basic.org
Thu Oct 19 01:40:24 CEST 2023
Le 19/10/2023 à 00:15, Bruce Steers a écrit :
>
> I think the latest commit fixes FromURL() (thank you)
> but not Drag.Paste()
>
> Maybe line 287 of gb.gui.base/.src/main.module (UrlListToPath() Sub)
>
> |aPaths.Add(Main.URLUnquote(Mid$(sUri, 8)))|
> |
> |
> |Could use the URLUnquote() optional bool DoNotDecodePlus argument|
> |
> |
> |aPaths.Add(Main.URLUnquote(Mid$(sUri, 8), True))
> |
> |
> |
> |Respects|
> |BruceS|
>
In last commit I made Drag URI list support use 'Url()' and 'FromUrl()'
instead of a native function, so it should fix the problem.
Regards,
--
Benoît Minisini.
More information about the User
mailing list