Case-insensitive comparison of two UTF-8-encoded values.
Source position: lazutf8.pas line 185
function UTF8CompareText( |
const S1: string; |
const S2: string |
):PtrInt; |
S1 |
|
First value for the comparison. |
S2 |
|
Second value for the comparison. |
Relative order for the compared values.
UTF8CompareText is a function used to perform a case-insensitive comparison between the specified UTF-8-encoded values. The return value indicates the relative sort order for the compared values, and includes:
Internally, UTF8CompareText uses WideCompareText when multi-byte codepoints are found in the compared values. This function guarantees proper collation on all supported platforms.
| Version 4.4 | Generated 2025-11-08 | Home |