REST.Client.TCustomRESTClient.FallbackCharsetEncoding

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property FallbackCharsetEncoding: string read FFallbackCharsetEncoding  write SetFallbackCharsetEncoding stored FallbackCharsetEncodingIsStored;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTClient


説明

サーバーがエンコードを指定しない場合に使用される、文字列の文字エンコードを指定します。

このプロパティが空文字列または "raw" に設定されている場合は、現在のデフォルト エンコードが使用されます。Web ページ用の優先エンコードは UTF-8 なので、UTF-8 がデフォルト エンコードとして使用されます。

詳細については、http://www.utf-8.com/ を参照してください。

関連項目