Closed
Description
Thanks for promising software.
I ran into utf-8 encoding problem on the output file. The command used is
htmldoc.exe --charset utf-8 --outfile out.html index.html
where index.html is:
<html>
<head><meta charset="UTF-8"></head>
<body><p>
abcdef...z<br>
āīūṭḍḷṁṇṅṃĀ
</p></body></html>
The output shows wrong character
abcdef...z �����������
Thanks for any help or pointer.