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