RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPReqResp.UseUTF8InHeader Property

Specifies whether the Content-Type header should specify UTF-8 as a character set.

Pascal
property UseUTF8InHeader: Boolean;
C++
__property Boolean UseUTF8InHeader;

Set UseUTF8InHeader to indicate how THTTPReqResp should generate the Content-Type header of the HTTP request message it sends to the server. When UseUTF8InHeader is true, the Content-Type header indicates that the content of the request is encoded in XML using the UTF-8 character set. Otherwise, the Content-Type header simply indicates that the content is encoded in XML. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!