[Gambas-user] FromURL() converts + to space

Bruce Steers bsteers4 at gmail.com
Thu Oct 19 19:03:37 CEST 2023


On Thu, 19 Oct 2023, 00:41 Benoît Minisini, <
benoit.minisini at gambas-basic.org> wrote:

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

It has indeed 😊
Many thanks kind sir 😎

Respects
BruceS

>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20231019/a8cb376b/attachment.htm>


More information about the User mailing list