Index: temp/test-xoops.ec-cube.net/html/modules/test/kakinaka/topic_list.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/test/kakinaka/topic_list.php	(revision 1013)
+++ temp/test-xoops.ec-cube.net/html/modules/test/kakinaka/topic_list.php	(revision 1014)
@@ -15,5 +15,5 @@
 while ( $myrow = $xoopsDB->fetchArray($result) ) {
 	//echo mb_detect_encoding($myrow) . "<br>";
-	$myrow = mb_convert_encoding($myrow["topic_title"], "euc-jp");
+//	$myrow = mb_convert_encoding($myrow["topic_title"], "euc-jp");
 	print($myrow);
 	print("<BR>");
