|
<< Click to Display Table of Contents >> Navigation: Constants > DefaultContentType |
SIGNATURE=IW.HTTP.Reply.DefaultContentType
ETYPE=Constant
Declaration:
Delphi: |
DefaultContentType = 'text/html; charset=UTF-8'; |
C++: |
DefaultContentType = "text/html; charset=UTF-8"; |
Unit: IW.HTTP.Reply.pas
Description: default ContentType = text/html "charset=UTF-8" MUST also be present, otherwise browsers will default to ISO-8859-1 and Unicode gets lost!