public function testUnaccentSafeForUtf8()
 {
     $this->assertEquals('Z', $this->inflector->unaccent('Ž'));
 }