System.SysUtils.TEncoding.UTF8

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class property UTF8: TEncoding read GetUTF8;

C++

/* static */ __property TEncoding* UTF8 = {read=GetUTF8};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TEncoding

Beschreibung

Gibt eine Codierung für das UTF-8-Format zurück.

TEncoding.UTF8 gibt eine Codierung für das UTF-8-Format zurück.

Der Rückgabewert ist eine Instanz des Typs TUTF8Encoding. Diese Codierung hat ein BOM (Byte Order Mark) von EFBBBF (hexadezimal).

Siehe auch

Codebeispiele