Beispiel #1
0
 /**
  * Check if console is UTF-8 compatible
  *
  * @return bool
  */
 public function isUtf8()
 {
     return $this->adapter->isUtf8();
 }