Performs a case-insensitive comparision for the specified UTF-8-encoded PChar values.
Source position: lazutf8.pas line 186
function UTF8CompareTextP( |
S1: PChar; |
S2: PChar |
):PtrInt; |
S1 |
|
PChar with the values used in the comparison. |
S2 |
|
PChar with the values used in the comparison. |
Integer result for the case-insensitive comparison.
Converts values in S1 and S2 to UTF-16 encoding, and calls WideCompareText to get the return value for the case-insensitive comparison. The return value contains the relative difference between the compared values. For instance:
| Version 4.4 | Generated 2025-11-08 | Home |