Home
last modified time | relevance | path

Searched refs:fromUtf8 (Results 1 – 9 of 9) sorted by relevance

/webtrees/app/Encodings/
H A DAbstractEncoding.php50 public function fromUtf8(string $text): string function in Fisharebest\\Webtrees\\Encodings\\AbstractEncoding
89 $this->fromUtf8("\n"),
90 $this->fromUtf8("\r"),
91 $this->fromUtf8(' '),
H A DEncodingInterface.php37 public function fromUtf8(string $text): string; function
H A DAbstractUTF16Encoding.php43 public function fromUtf8(string $text): string function in Fisharebest\\Webtrees\\Encodings\\AbstractUTF16Encoding
H A DUTF8.php812 public function fromUtf8(string $text): string function in Fisharebest\\Webtrees\\Encodings\\UTF8
833 return $this->fromUtf8($text);
H A DANSEL.php682 public function fromUtf8(string $text): string function in Fisharebest\\Webtrees\\Encodings\\ANSEL
691 $text = parent::fromUtf8($text);
/webtrees/app/GedcomFilters/
H A DGedcomEncodingFilter.php84 $data_out = $this->dst_encoding->fromUtf8($this->src_encoding->toUtf8($data_in));
95 … $data_out = $this->dst_encoding->fromUtf8($this->src_encoding->toUtf8($this->data));
/webtrees/tests/app/Encodings/
H A DAnselTest.php158 … static::assertSame($utf8, $encoding->toUtf8($encoding->fromUtf8($utf8)), 'U+' . dechex($code));
178 self::assertSame($other, $encoding->fromUtf8($utf8));
H A DUTF8Test.php49 self::assertSame($char, $encoding->fromUtf8($char));
/webtrees/
H A Dphpstan-baseline.neon496 …message: '#^Method Fisharebest\\Webtrees\\Encodings\\ANSEL\:\:fromUtf8\(\) should return string bu…
1084 …message: '#^Cannot call method fromUtf8\(\) on Fisharebest\\Webtrees\\Encodings\\EncodingInterface…