Searched refs:ISO88591 (Results 1 – 3 of 3) sorted by relevance
29 use Fisharebest\Webtrees\Encodings\ISO88591; alias123 'ISO-8859-1' => ISO88591::NAME, // Cumberland Family Tree, Lifelines124 'ISO8859-1' => ISO88591::NAME, // Scion Genealogist125 'ISO8859' => ISO88591::NAME, // Genealogica Grafica126 'LATIN-1' => ISO88591::NAME,127 'LATIN1' => ISO88591::NAME, // GenealogyJ198 case ISO88591::NAME:199 return new ISO88591();222 ISO88591::NAME => 'ISO-8859-1',
23 use Fisharebest\Webtrees\Encodings\ISO88591; alias39 $encoding = new ISO88591();58 $expected = iconv(ISO88591::NAME, UTF8::NAME, $character);
27 class ISO88591 extends AbstractEncoding class