System.WideStrUtils.IsUTF8TrailByte

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function IsUTF8TrailByte(Lead: AnsiChar): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall IsUTF8TrailByte(char Lead);

プロパティ

種類 可視性 ソース ユニット
function public
System.WideStrUtils.pas
System.WideStrUtils.hpp
System.WideStrUtils System.WideStrUtils

説明

文字の第 2 バイト以降に UTF-8 の有効バイト値があるかどうかをチェックします。

文字の第 2 バイト以降に UTF-8 の有効バイト値があるかどうかをチェックするために IsUTF8TrailByte を呼び出します。

128 ($80) .. 191 ($BF) のすべてのバイト値は UTF-8 の第 2 バイト以降で有効な値です。

関連項目