Re: [fpc-devel] [Lazarus] Lazarus server under DDOS

2024-10-03 Thread Denis Kozlov via fpc-devel
Cloudflare offers DDOS protection even on the Free plan: https://www.cloudflare.com/plans/ https://www.cloudflare.com/ddos/ It is easy to set up and works really well. Denis On 01/10/2024 10:00, Marc Weustink via lazarus wrote: Hi, The Lazarus server is currently under heavy DDOS. This affe

Re: [fpc-devel] Function for translation "normalized" Unicode strings into strings with composed characters?

2023-06-30 Thread Denis Kozlov via fpc-devel
The canonic decomposition (NFD) can be performed with UnicodeData.NormalizeNFD function in FPC, but I don't think there is an implementation of canonical composition (NFC) in FPC. It would be great to have one! On Windows, you can perform both NFD and NFC via NormalizeString API function.

[fpc-devel] Peculiar string comparison behaviour ("0-0" and "-00" are same)

2021-08-15 Thread Denis Kozlov via fpc-devel
Hello, I have encountered a peculiar behaviour in FPC string comparison functions (UnicodeSameStr, UnicodeTextStr, UnicodeCompareStr, and Wide* variants). Basically, on some systems "0-0" and "-00" strings are considered to be same. FPC string comparison functions use the WideStringManager,

Re: [fpc-devel] Moving to gitlab.

2021-07-29 Thread Denis Kozlov via fpc-devel
Regarding the old bug tracker. Can you please keep it online, perhaps making it accessible in read-only mode? There are many references to issues in the old bug tracker across many code bases and discussions, at it would be a real shame to loose that link so abruptly. If keeping the old bu