/**
  * Transform to UTF-8 charset
  *
  * @access public
  */
 public function setEncodeUTF8()
 {
     self::$_encodeUTF = 1;
 }