function processTypo($text) { $text = TexyUtf::toUtf($text, $this->encoding); $text = Texy::normalize($text); $this->typographyModule->beforeParse($this, $text); $text = $this->typographyModule->postLine($text); return TexyUtf::utf2html($text, $this->encoding); }