Whether paths should accept utf8 encoding.
$this
public final function utf8(bool $utf8 = true) : static { $this->route ->addOptions([ 'utf8' => $utf8, ]); return $this; }