Home
last modified time | relevance | path

Searched refs:toUtf8 (Results 1 – 19 of 19) sorted by relevance

/webtrees/tests/app/Encodings/
H A DMacRomanTest.php35 …self::assertSame("\x00\x01\x02\x03\x04\x05\x06\x07", $encoding->toUtf8("\x00\x01\x02\x03\x04\x05\x…
36 …self::assertSame("\x08\x09\x0A\x0B\x0C\x0D\x0E\x0F", $encoding->toUtf8("\x08\x09\x0A\x0B\x0C\x0D\x…
37 …self::assertSame("\x10\x11\x12\x13\x14\x15\x16\x17", $encoding->toUtf8("\x10\x11\x12\x13\x14\x15\x…
38 …self::assertSame("\x18\x19\x1A\x1B\x1C\x1D\x1E\x1F", $encoding->toUtf8("\x18\x19\x1A\x1B\x1C\x1D\x…
39 …self::assertSame("\x20\x21\x22\x23\x24\x25\x26\x27", $encoding->toUtf8("\x20\x21\x22\x23\x24\x25\x…
40 …self::assertSame("\x28\x29\x2A\x2B\x2C\x2D\x2E\x2F", $encoding->toUtf8("\x28\x29\x2A\x2B\x2C\x2D\x…
41 …self::assertSame("\x30\x31\x32\x33\x34\x35\x36\x37", $encoding->toUtf8("\x30\x31\x32\x33\x34\x35\x…
42 …self::assertSame("\x38\x39\x3A\x3B\x3C\x3D\x3E\x3F", $encoding->toUtf8("\x38\x39\x3A\x3B\x3C\x3D\x…
43 …self::assertSame("\x40\x41\x42\x43\x44\x45\x46\x47", $encoding->toUtf8("\x40\x41\x42\x43\x44\x45\x…
44 …self::assertSame("\x48\x49\x4A\x4B\x4C\x4D\x4E\x4F", $encoding->toUtf8("\x48\x49\x4A\x4B\x4C\x4D\x…
[all …]
H A DUTF16BETest.php45 $actual = $encoding->toUtf8($char);
52 $actual = $encoding->toUtf8($char);
60 $actual = $encoding->toUtf8($char);
67 $actual = $encoding->toUtf8($char);
75 $actual = $encoding->toUtf8($char);
H A DUTF16LETest.php45 $actual = $encoding->toUtf8($char);
52 $actual = $encoding->toUtf8($char);
60 $actual = $encoding->toUtf8($char);
67 $actual = $encoding->toUtf8($char);
75 $actual = $encoding->toUtf8($char);
H A DAnselTest.php158 … static::assertSame($utf8, $encoding->toUtf8($encoding->fromUtf8($utf8)), 'U+' . dechex($code));
169 …self::assertSame($utf8, $encoding->toUtf8($ansel), bin2hex($utf8) . ' ' . bin2hex($encoding->toUtf…
188 self::assertSame($expected, $encoding->toUtf8($chars));
197 self::assertSame('', $encoding->toUtf8($chars));
H A DASCIITest.php42 $actual = $encoding->toUtf8($character);
50 $actual = $encoding->toUtf8($character);
H A DISO88591Test.php49 $actual = $encoding->toUtf8($character);
57 $actual = $encoding->toUtf8($character);
H A DISO88592Test.php49 $actual = $encoding->toUtf8($character);
57 $actual = $encoding->toUtf8($character);
H A DCP850Test.php41 $actual = $encoding->toUtf8($character);
H A DUTF8Test.php39 self::assertSame($char, $encoding->toUtf8($char));
H A DCP437Test.php43 $actual = $encoding->toUtf8($character);
H A DWindows1251Test.php43 $actual = $encoding->toUtf8($character);
H A DWindows1252Test.php43 $actual = $encoding->toUtf8($character);
H A DWindows1250Test.php43 $actual = $encoding->toUtf8($character);
/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/app/Encodings/
H A DEncodingInterface.php46 public function toUtf8(string $text): string; function
H A DAbstractEncoding.php74 public function toUtf8(string $text): string function in Fisharebest\\Webtrees\\Encodings\\AbstractEncoding
H A DAbstractUTF16Encoding.php91 public function toUtf8(string $text): string function in Fisharebest\\Webtrees\\Encodings\\AbstractUTF16Encoding
H A DUTF8.php831 public function toUtf8(string $text): string function in Fisharebest\\Webtrees\\Encodings\\UTF8
H A DANSEL.php663 public function toUtf8(string $text): string function in Fisharebest\\Webtrees\\Encodings\\ANSEL