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 982)
+++ temp/test-xoops.ec-cube.net/html/test/kakinaka/topic_list.php	(revision 983)
@@ -11,5 +11,5 @@
 while ( $myrow = $xoopsDB->fetchArray($result) ) {
 	echo mb_detect_encoding($myrow) . "<br>";
-//	$myrow = mb_convert_encoding($myrow, "euc-jp");
+	$myrow = mb_convert_encoding($myrow["topic_title"], "euc-jp");
 	print_r($myrow);
 	print("<BR>");
