예제 #1
0
 protected function copy_and_convert(h\string $from)
 {
     return $from->charset != $this->charset ? $from->to_converted($this->charset) : clone $from;
 }
예제 #2
0
 private function copy_and_convert(h\string $text)
 {
     return $text->to_converted($this->charset);
 }