Changeset 14726 for branches


Ignore:
Timestamp:
2007/06/15 21:22:40 (17 years ago)
Author:
adati
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/test/adachi/PLLagger/PLLagger/Util.php

    r14725 r14726  
    33class PLLagger_Util { 
    44    public static function log ($corrent_phase, $msg) { 
    5         echo "[$corrent_phase] " . mb_convert_encoding($msg, 'EUC-JP') . "\n"; 
     5        echo "[$corrent_phase] " . mb_convert_encoding($msg, 'EUC-JP', 'UTF-8') . "\n"; 
    66    } 
    77 
Note: See TracChangeset for help on using the changeset viewer.