Home
last modified time | relevance | path

Searched refs:_stripDiacritics (Results 1 – 1 of 1) sorted by relevance

/plugin/latexit/
H A Drenderer.php1497 $matches[1] = $this->_stripDiacritics($matches[1]);
1498 $matches[2] = $this->_stripDiacritics($matches[2]);
1599 $text = $this->_stripDiacritics($text);
1745 $text = $this->_stripDiacritics($this->_latexSpecialChars($text));
1784 protected function _stripDiacritics($data) { function in renderer_plugin_latexit