Index: /branches/feature-module-combz/html/test/naka/new.php
===================================================================
--- /branches/feature-module-combz/html/test/naka/new.php	(revision 16562)
+++ /branches/feature-module-combz/html/test/naka/new.php	(revision 16563)
@@ -29,4 +29,5 @@
 	if (!PEAR::isError($ret)) {
 	    $response = $req->getResponseBody();
+	    $response = mb_convert_encoding($response, "EUC-JP", "Shift-JIS");
 		print($response);	    
 	} else {
