Thanks as always to Kit Baum, a new version of the htmlutil package is now available from SSC. In Stata, use the ssc command to do this, or adoupdate if you already have an old version of htmlutil.

The htmlutil package is described as below on my website. The new version is updated to Stata Version 14 to be Unicode-aware. It also adds a bom() option to the htmlopen module, enabling the user to specify a byte order mark (BOM) to indicate that the generated HTML file is to be read as a UTF-8 Unicode HTML file.

Users of Stata versions 10 to 13 can still download the old Stata Version 10 version of htmlutil from my website by typing

net from http://www.rogernewsonresources.org.uk/stata10

and selecting and installing htmlutil.

Best wishes

Roger

------------------------------------------------------------------------------
package htmlutil from http://www.rogernewsonresources.org.uk/stata14
------------------------------------------------------------------------------

TITLE
htmlutil: Utilities for writing Hypertext Markup Language (HTML) files

DESCRIPTION/AUTHOR(S)
The htmlutil package is a suite of file handling utilities for
producing Hypertext Markup Language (HTML) files in Stata. The
user can open the file for input using htmlopen, and close the file
using htmlclose. In between these statements, the user can insert
linked images from files using htmlimg, insert hypertext links
using htmllink, insert HTML tables using the listtab package, and
insert more HTML using the tfinsert package. The packages listtab
and tfinsert are downloadable from SSC.

Author: Roger Newson
Distribution-Date: 18december2018
Stata-Version: 14

INSTALLATION FILES (click here to install)
htmlclose.ado
htmlimg.ado
htmllink.ado
htmlopen.ado
htmlclose.sthlp
htmlimg.sthlp
htmllink.sthlp
htmlopen.sthlp
htmlutil.sthlp

ANCILLARY FILES (click here to get)
myhead1.htm
------------------------------------------------------------------------------
(click here to return to the previous screen)