Example #1
0
 /**
  * Set Console charset to use.
  *
  * @param CharsetInterface $charset
  *
  * @return void
  */
 public function setCharset(CharsetInterface $charset)
 {
     $this->adapter->setCharset($charset);
 }