REST.Client.TCustomRESTClient.FallbackCharsetEncoding

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FallbackCharsetEncoding: string read FFallbackCharsetEncoding  write SetFallbackCharsetEncoding stored FallbackCharsetEncodingIsStored;

C++

__property System::UnicodeString FallbackCharsetEncoding = {read=FFallbackCharsetEncoding, write=SetFallbackCharsetEncoding, stored=FallbackCharsetEncodingIsStored};

Properties

Type Visibility Source Unit Parent
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTClient

Description

Specifies the character encoding for strings to be used if the server does not specify an encoding.

If this property is set to an empty string or 'raw', then the current default encoding will be used. As UTF-8 is the preferred encoding for Web pages, UTF-8 is used as default encoding.

For more information, see http://www.utf-8.com/.

See Also