Searched refs:utf8_htmlspecialchars (Results 1 – 2 of 2) sorted by relevance
551 $pre = ($this->output == 'html') ? $this->utf8->utf8_htmlspecialchars($pre) : $pre;552 $post = ($this->output == 'html') ? $this->utf8->utf8_htmlspecialchars($post) : $post;1033 ($this->output == 'html') ? $this->utf8->utf8_htmlspecialchars($title) : $title;1315 … $edition = ($this->output == 'html') ? $this->utf8->utf8_htmlspecialchars($edition) : $edition;1317 …$edition = ($this->output == 'html') ? $this->utf8->utf8_htmlspecialchars($this->cardinalToOrdinal…
291 function utf8_htmlspecialchars ($str) { function in UTF8