Skip to content

utf-8 encoding problem. #526

Closed
Closed
@anotatta

Description

@anotatta

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions