Home
last modified time | relevance | path

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

/plugin/symbols4odt/
H A Dsyntax.php103 "substitute4XHTML" => $this->getUTF8forHexadecimal($utf8_code),
104 "substitute4ODT" => $this->getUTF8forHexadecimal($utf8_code),
148 public function getUTF8forHexadecimal(string $unicodenumber){ function in Symbols_Syntax_Plugin
165 "substitute4ODT" =>$this->getUTF8forHexadecimal('00AD'), // alternative: chr(194).chr(173),
170 …"substitute4ODT" => $this->getUTF8forHexadecimal('2610'), // better would be to insert ODT code f…
175 "substitute4ODT" => $this->getUTF8forHexadecimal('2612'),
H A Ddokuwiki_plugin_page.wiki57 "substitute4ODT" => $this->getUTF8forHexadecimal('2612'),
69 You can access ''$this->getUTF8forHexadecimal($utfCode)'' to pass through UTF8 symbols. Inserting '…