System.SysUtils.TEncoding.UTF8

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class property UTF8: TEncoding read GetUTF8;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TEncoding

Description

Renvoie un encodage pour le format UTF-8.

TEncoding.UTF8 renvoie un encodage pour le format UTF-8.

La valeur de retour est une instance de type TUTF8Encoding. Cet encodage a un BOM (byte order mark) hexadécimal EFBBBF.

Voir aussi

Exemples de code