= WebWorks Help as valid XHTML = == Summary == Have WebWorks help output as valid XHTML. == Detailed Description == Currently, WebWorks help outputs UTF 8 and HTML 4.0. If the browser looks at the tag structure and it is not valid XHTML, the browser assumes the doc is HTML 4.0. The default for this is ANSI. The browser interprets the file as ANSI. This causes problems on double-byte systems. == Use Cases == The main use case is for double-byte languages. The output must be either: * valid XHTML * add a BOM (byte order mark). A hack, but it works--for now. ---- <>