System.SysUtils.TUTF8Encoding
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.