How does the topic get listed in the table? By javascript?
The charset is not set somewhere.
It tries to list the title in English while I am using Chinese, causing error in decoding...Can someone tell which script is doing the listing?


you can try to add a function code where replace the characters to this kind of character code &#xxx; , also in snearker.php there is a header output try to change or add a character type set for that code, I change mine to this header output
header('Content-Type: html/plain; charset=ISO-8859-1');
hope that will help you![]()