Home
last modified time | relevance | path

Searched refs:encodeUtf8 (Results 1 – 7 of 7) sorted by relevance

/plugin/bibtex/OSBib/create/
H A DSUCCESS.php43 return MISC::p($utf8->encodeUtf8($string), "success", "center");
H A DERRORS.php43 return MISC::p($utf8->encodeUtf8($string), "error", "center");
H A DMESSAGES.php46 return $utf8->encodeUtf8($string);
H A DADMINSTYLE.php1158 if(!fputs($fp, $this->utf8->encodeUtf8($fileString)))
/plugin/bibtex/OSBib/
H A DUTF8.php134 function encodeUtf8($str) { function in UTF8
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php1025 $newString .= $this->utf8->utf8_strtolower($this->utf8->encodeUtf8($array[1])) . $array[2];
1028 $newString .= $this->utf8->utf8_strtolower($this->utf8->encodeUtf8($pString));
1031 $title = $this->utf8->encodeUtf8($this->utf8->utf8_ucfirst(trim($pString)));
H A DREADME.txt74 …f8_encode() and utf8_decode() functions. Use the OSBib functions UTF8::encodeUtf8() and UTF8::deco…
77 UTF8::encodeUtf8()
78 $utf8String = $utf8->encodeUtf8(STRING: $string);
115 …f8_encode() and utf8_decode() functions. Use the OSBib functions UTF8::encodeUtf8() and UTF8::deco…