示例#1
0
 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);
 }