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

UTF8CompareStrCollated (deprecated)

Deprecated. Use UTF8CompareStr instead.

Declaration

Source position: lazutf8.pas line 181

function UTF8CompareStrCollated(

  const S1: string;

  const S2: string

):PtrInt;

Arguments

S1

  

First string for the comparison.

S2

  

Second string for the comparison.

Function result

Relative order for the compared values.

Description

UTF8CompareStrCollated is used to compare two strings using language-specific sorting. The return value contains the relative sort order for the compared values, as defined for UTF8CompareStr.

Version info

Deprecated in LazUtils version 3.2 (Feb 2024).


Version 3.2 Generated 2024-02-25 Home