I have some html to convert by jtidy, which contains some Chinese characters:
<font>怎么回事</font>
But the result looks like:
<font>怎么回事</font>
How to configure jtidy and let it not convert Chinese characters into html entities?
Or what encoding your input and your output are.