public function __construct($identifier = '')
 {
     parent::__construct($identifier);
     $this->encoding = "utf-8";
 }