Index: /branches/dev/html/test/adachi/PLLagger/PLLagger/Util.php
===================================================================
--- /branches/dev/html/test/adachi/PLLagger/PLLagger/Util.php	(revision 14681)
+++ /branches/dev/html/test/adachi/PLLagger/PLLagger/Util.php	(revision 14725)
@@ -3,5 +3,5 @@
 class PLLagger_Util {
     public static function log ($corrent_phase, $msg) {
-        echo "[$corrent_phase] " . $msg . "\n";
+        echo "[$corrent_phase] " . mb_convert_encoding($msg, 'EUC-JP') . "\n";
     }
 
