REST.Client.TCustomRESTClient.FallbackCharsetEncoding

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property FallbackCharsetEncoding: string read GetFallbackCharsetEncoding  write SetFallbackCharsetEncoding stored FallbackCharsetEncodingIsStored;

C++

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

Propriétés

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


Description

Spécifie l'encodage de caractères à utiliser pour les chaînes si le serveur ne spécifie pas d'encodage.

Si cette propriété est définie sur une chaîne vide ou 'raw', l'encodage par défaut en cours sera utilisé. Puisque UTF-8 est l'encodage préféré des pages Web, UTF-8 est utilisé comme encodage par défaut.

Pour de plus amples informations, voir http://www.utf-8.com/.

Voir aussi