Lines Matching refs:utf8
60 $this->utf8 = new UTF8();
551 $pre = ($this->output == 'html') ? $this->utf8->utf8_htmlspecialchars($pre) : $pre;
552 $post = ($this->output == 'html') ? $this->utf8->utf8_htmlspecialchars($post) : $post;
770 $nameString = $this->utf8->utf8_strtoupper($nameString);
879 … $firstNameInitialMake .= $this->utf8->utf8_strtoupper($this->utf8->utf8_substr($nameparts, 0, 1));
884 $initials[] = $this->utf8->utf8_strtoupper($this->utf8->utf8_substr(trim($name), 0, 1));
1014 $pString = $this->utf8->decodeUtf8($pString);
1025 $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)));
1033 ($this->output == 'html') ? $this->utf8->utf8_htmlspecialchars($title) : $title;
1315 … $edition = ($this->output == 'html') ? $this->utf8->utf8_htmlspecialchars($edition) : $edition;
1317 …$edition = ($this->output == 'html') ? $this->utf8->utf8_htmlspecialchars($this->cardinalToOrdinal…
1424 $value= $this->utf8->smartUtf8_decode($value);