[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LazUTF8' (#lazutils)

UTF8CompareTextP

Performs a case-insensitive comparision for the specified UTF-8-encoded PChar values.

Declaration

Source position: lazutf8.pas line 176

function UTF8CompareTextP(

  S1: PChar;

  S2: PChar

):PtrInt;

Description

Converts values in S1 and S2 to UnicodeString and calls WideCompareText to get the return value for the function.