Home
last modified time | relevance | path

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

/plugin/bibtex/OSBib/format/
H A DHELPSTYLE.php124 $this->utf8->decodeUtf8($this->messages->text("heading", "helpStyles")));
177 $this->utf8->decodeUtf8($this->messages->text("misc", "top")), "#top"), "small", "right");
H A DEXPORTFILTER.php90 $data = $this->bibformat->utf8->decodeUtf8($data);
H A DREADME.txt74 …code() functions. Use the OSBib functions UTF8::encodeUtf8() and UTF8::decodeUtf8() instead. Addit…
81 UTF8::decodeUtf8()
82 $string = $utf8->decodeUtf8(STRING: $utf8String);
115 …code() functions. Use the OSBib functions UTF8::encodeUtf8() and UTF8::decodeUtf8() instead. Addit…
H A DBIBFORMAT.php1014 $pString = $this->utf8->decodeUtf8($pString);
/plugin/bibtex/OSBib/
H A DUTF8.php36 $newStr = $this->decodeUtf8($newStr);
56 function decodeUtf8 ($utf8_string) { function in UTF8
/plugin/bibtex/OSBib/create/
H A DHELPSTYLE.php163 $this->utf8->decodeUtf8($this->messages->text("misc", "top")), "#top"), "small", "right");