System.SetUTF8CompareLocale
Delphi
{$IFDEF MSWINDOWS}
procedure SetUtf8CompareLocale;
C++
extern DELPHI_PACKAGE void __fastcall SetUTF8CompareLocale(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.pas System.hpp |
System | System |
Description
Sets the UTF-8 compare locale.
SetUTF8CompareLocale sets the locale used for comparing UTF-8 strings, in accordance with the LocaleName parameter.
LocaleName can be, for example, en_US.UTF-8
.