Home
last modified time | relevance | path

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

/plugin/bibtex/OSBib/create/
DSUCCESS.php41 $string = $extra ? preg_replace("/###/", $utf8->smartUtf8_decode($extra), $string) :
DERRORS.php41 $string = $extra ? preg_replace("/###/", $utf8->smartUtf8_decode($extra), $string) :
DMESSAGES.php41 $string = $extra ? preg_replace("/###/", $utf8->smartUtf8_decode($extra), $string) :
/plugin/bibtex/OSBib/
DUTF8.php31 function smartUtf8_decode($inStr) function in UTF8
/plugin/bibtex/OSBib/format/
DBIBFORMAT.php1424 $value= $this->utf8->smartUtf8_decode($value);