public function test_eacute__toRtf()
 {
     $this->_object->setValueFromDec('233');
     $this->assertSame('\\\'e9', $this->_object->__toRtf());
 }