[fpc-pascal] Free Pascal Conference Germany 18th to 21st of September 2025

2025-08-26 Thread Rainer Stratmann via fpc-pascal
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

Re: [fpc-pascal] TIniFile crash

2025-08-26 Thread Benito van der Zander via 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

[fpc-pascal] Fwd: URIParser.Unescape

2025-08-26 Thread Thomas Kurz via fpc-pascal
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

[fpc-pascal] URIParser.Unescape

2025-08-26 Thread Thomas Kurz via fpc-pascal
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