/** * Constructor */ public function __construct() { parent::__construct(); // force PHP internal encoding as UTF 8 mb_internal_encoding("UTF-8"); }