Searched refs:getUTF8forHexadecimal (Results 1 – 2 of 2) sorted by relevance
103 "substitute4XHTML" => $this->getUTF8forHexadecimal($utf8_code),104 "substitute4ODT" => $this->getUTF8forHexadecimal($utf8_code),148 public function getUTF8forHexadecimal(string $unicodenumber){ function in Symbols_Syntax_Plugin165 "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'),
57 "substitute4ODT" => $this->getUTF8forHexadecimal('2612'),69 You can access ''$this->getUTF8forHexadecimal($utfCode)'' to pass through UTF8 symbols. Inserting '…