Hi all,
Not sure if this is a bug, but I'm seeing some strange behaviour with
encodeURLElement on the latest build from source.
See attached file url.pas.
I'm using Debian 12.
Regards,
David Connolly
{$mode delphi}
{$H+}
{$codepage utf8}
program url;
uses
cwstring,
fphttpclient;
var
ansi :
t; https://gitlab.com/freepascal.org/fpc/source/-/issues/38905
>
> MichaĆ.
>
> W dniu 2023-06-12 o 17:12, David Connolly via fpc-pascal pisze:
> > Hi all,
> >
> > I upgraded to Debian 12 today and I've noticed some weird behaviour with
> > libxml2.
> >
&g
Hi all,
I upgraded to Debian 12 today and I've noticed some weird behaviour with
libxml2.
Free Pascal Compiler version 3.2.2+dfsg-20 [2023/03/30] for x86_64
program xml;
uses
xml2;
begin
end.
This program compiles fine, but will not run against the updated version of
libXML2.
The call of xmlXP