LanguageSettingsCharacterSet Property
This is used to get or set the character set value that will be written to the HTML files in place of
the UTF-8 value when localizing the files for use with the HTML Help 1 compiler.
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.12.21.0
public string CharacterSet { get; set; }
Public Property CharacterSet As String
Get
Set
public:
property String^ CharacterSet {
String^ get ();
void set (String^ value);
}
member CharacterSet : string with get, set
Property Value
String