Home
last modified time | relevance | path

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

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