System.SysUtils.TUTF8Encoding

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.TUTF7EncodingSystem.SysUtils.TMBCSEncodingSystem.SysUtils.TEncodingSystem.TObjectTUTF8Encoding

Delphi

TUTF8Encoding = class(TUTF7Encoding)

C++

class PASCALIMPLEMENTATION TUTF8Encoding : public TUTF7Encoding

Properties

Type Visibility Source Unit Parent
class public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

TUTF8Encoding is the class that provides support for UTF-8 encoding.

TUTF8Encoding is the class that provides support for both encoding and decoding strings from and to UTF-8 encoding. We recommend that you use the UTF8 property of the TEncoding class to obtain an instance of the TUTF8Encoding class.

See Also