Home
last modified time | relevance | path

Searched defs:toUtf8 (Results 1 – 5 of 5) sorted by relevance

/webtrees/app/Encodings/
H A DEncodingInterface.php46 public function toUtf8(string $text): string; function
H A DANSEL.php663 public function toUtf8(string $text): string function in Fisharebest\\Webtrees\\Encodings\\ANSEL
H A DAbstractUTF16Encoding.php91 public function toUtf8(string $text): string function in Fisharebest\\Webtrees\\Encodings\\AbstractUTF16Encoding
H A DAbstractEncoding.php74 public function toUtf8(string $text): string function in Fisharebest\\Webtrees\\Encodings\\AbstractEncoding
H A DUTF8.php831 public function toUtf8(string $text): string function in Fisharebest\\Webtrees\\Encodings\\UTF8