I'm using TexLive 2011 on Ubuntu 11.10. Take this for example:
\documentclass[UTF8]{ctexart}
\begin{document}
文章内容。
\end{document}
Then I run htlatex test.tex to convert it to html, but after conversion, the Chinese characters are not displayed in the browser. Then I checked the html source, it's like this:
<body>
<!--l. 3--><p class="noindent" ><span
class="unisong-65x-x-105"></span><span
class="unisong7a-x-x-105"></span><span
class="unisong-51x-x-105"></span><span
class="unisong5b-x-x-105"></span><span
class="unisong-30x-x-105"></span>
</body>
Seems like it's converting the characters in the weirdest way.
So how do I configure it to let it produce readable Chinese? If tex4ht isn't able to do this, what other tools should I look into?