Filter.Encoding Property |
Gets or sets the default encoding for all HTML documents.
[VBScript] Public Property Encoding As Integer
[JScript] public function get Encoding() : int; public function set Encoding(int);
An integer indicating the codepage to use for the encoding of the document. A value of -1 indicates that Help Producer should determine the most suitable encoding.
The following table shows the values for commonly used codepages:
Character Set Name | Codepage |
---|---|
Arabic (Windows) | 1256 |
Baltic (Windows) | 1257 |
Central European (Windows) | 1250 |
Chinese Simplified (GB2312) | 936 |
Chinese Traditional (Big5) | 950 |
Cyrillic (Windows) | 1251 |
Greek (Windows) | 1253 |
Hebrew (Windows) | 1255 |
Japanese (Shift-JIS) | 932 |
Korean (Windows) | 949 |
Thai (Windows) | 874 |
Turkish (Windows) | 1254 |
Vietnamese (Windows) | 1258 |
Western European (Windows) | 1252 |