Searched refs:ISO88592 (Results 1 – 3 of 3) sorted by relevance
30 use Fisharebest\Webtrees\Encodings\ISO88592; alias128 'ISO-8859-2' => ISO88592::NAME,129 'ISO8859-2' => ISO88592::NAME,130 'LATIN-2' => ISO88592::NAME,131 'LATIN2' => ISO88592::NAME,201 case ISO88592::NAME:202 return new ISO88592();223 ISO88592::NAME => 'ISO-8859-2',
23 use Fisharebest\Webtrees\Encodings\ISO88592; alias39 $encoding = new ISO88592();58 $expected = iconv(ISO88592::NAME, UTF8::NAME, $character);
27 class ISO88592 extends AbstractEncoding class