public function test_eacute__toHtml()
 {
     $this->_object->setValueFromDec('233');
     $this->assertSame('é', $this->_object->__toHtml());
 }