https://pascalconference.com
I will be there
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
Hi Fpc-Pascal Users,
P.S. Although these classes are meant for compatibility with
Delphi/Windows,
that's not even entirely compatible. Afair Windows could partially
overwrite lines in the file instead of the whole file at once
maybe they should provide extra methods with correct excepti
Edit:
On the other hand, `HttpProtocol.HTTPEncode` does never encode spaces to `%20`,
regardless of the `aSpacesAsPlus` parameter. (If set to `false`, spaces keep
being spaces.)
- Original Message -
From: Thomas Kurz via fpc-pascal
To: FPC-Pascal users discussions
Sent: Tuesday, Aug
Hello,
I have seen that the `URIParser.Unescape` function handles only percent
encoding. But it is called within the `ParseURI` function to decode the
parameters:
if Decode then
Result.Params:=Unescape(Result.Params);
So I wonder whether it'd have to decode plus signs to spaces, as