System.SysUtils.TUTF7Encoding
Delphi
TUTF7Encoding = class(TMBCSEncoding)
C++
class PASCALIMPLEMENTATION TUTF7Encoding : public TMBCSEncoding
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.
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.