WideStrUtils.IsUTF8LeadByte
From RAD Studio VCL Reference
Contents |
Delphi Information
From WideStrUtils.pas
function IsUTF8LeadByte(Lead: AnsiChar): Boolean;
Unit: WideStrUtils
Type: function
Visibility: public
C++ Information
From WideStrUtils.hpp
bool __fastcall IsUTF8LeadByte(char Lead);
Unit: WideStrUtils
Type: function
Description
Checks whether a character is a valid UTF-8 lead byte.
Call IsUTF8LeadByte to check whether a character is a valid UTF-8 lead byte.
All bytes between 0 .. 127 ($7F) and 194 ($C2) .. 253 ($FD) are valid UTF-8 lead bytes.