API: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

TUTF7Encoding is the class that provides support for UTF-7 encoding.

System.SysUtils.TUTF8Encoding inherits from System.SysUtils.TUTF7Encoding. All content below this line refers to System.SysUtils.TUTF7Encoding.

TUTF7Encoding is the class that provides support for UTF-7 encoding.

TUTF7Encoding is the class that provides support for both encoding and decoding strings from and to UTF-7 encoding. TUTF7Encoding is also the base class for other encodings such as TUTF8Encoding. We recommend that you use the UTF7 property of the TEncoding class to obtain an instance of the TUTF7Encoding class.

See Also