This plug-in class is designed to modify the HTML files and alter the build so as to overcome the encoding issues encountered when building HTML Help 1 (.chm) files for various foreign languages.

Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 1.9.3.0

Syntax

C#
public class DbcsFixPlugIn : IPlugIn, 
	IDisposable
Visual Basic
Public Class DbcsFixPlugIn _
	Implements IPlugIn, IDisposable

Remarks

This uses the Steel Bytes SBAppLocale tool to run the HTML Help 1 compiler using the correct locale.

Inheritance Hierarchy

System..::..Object
  SandcastleBuilder.PlugIns..::..DbcsFixPlugIn

See Also