| [Overview][Types][Classes][Procedures and functions][Variables][Index] |
Performs a case-insensitive comparision for the specified UTF-8-encoded PChar values.
Source position: lazutf8.pas line 176
function UTF8CompareTextP( |
S1: PChar; |
S2: PChar |
):PtrInt; |
Converts values in S1 and S2 to UnicodeString and calls WideCompareText to get the return value for the function.