How can I specify the character set for HTML, I want it to use Russian.
You can do this by adding a setting to your EasyHH.INI file under the [HTML FORMAT] section as shown below. The setting relates to the industry standard setting for the character set.
i.e.
[Html Format]
meta1=http-equiv="content-type" content="text/html; charset=ISO-8859-1"
For example:
Cyrillic (KOI8-R)... charset=koi8-r
Cyrillic (ISO)...... charset=ISO-8859-5