API:REST.Client.TRESTClient.FallbackCharsetEncoding

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FallbackCharsetEncoding: string read FFallbackCharsetEncoding write SetFallbackCharsetEncoding stored FallbackCharsetEncodingIsStored default 0;

C++

__property FallbackCharsetEncoding = {default=0};

Properties

Type Visibility Source Unit Parent
property published
REST.Client.pas
REST.Client.hpp
REST.Client TRESTClient

Description

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

REST.Client.TRESTClient.FallbackCharsetEncoding inherits from REST.Client.TCustomRESTClient.FallbackCharsetEncoding. All content below this line refers to REST.Client.TCustomRESTClient.FallbackCharsetEncoding.


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