Index: temp/test-xoops.ec-cube.net/html/test/kakinaka/topic_list.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/test/kakinaka/topic_list.php	(revision 980)
+++ temp/test-xoops.ec-cube.net/html/test/kakinaka/topic_list.php	(revision 981)
@@ -11,4 +11,5 @@
 while ( $myrow = $xoopsDB->fetchArray($result) ) {
 	echo mb_detect_encoding($myrow) . "<br>";
+	$myrow = mb_convert_encoding($myrow, "euc-jp");
 	print_r($myrow);
 	print("<BR>");
