Home
last modified time | relevance | path

Searched refs:TO_UTF8 (Results 1 – 11 of 11) sorted by relevance

/webtrees/app/Encodings/
H A DAbstractEncoding.php41 protected const TO_UTF8 = []; define in Fisharebest\\Webtrees\\Encodings\\AbstractEncoding
52 $utf8 = array_flip(static::TO_UTF8);
76 return strtr($text, static::TO_UTF8);
H A DMacRoman.php29 protected const TO_UTF8 = [ define in Fisharebest\\Webtrees\\Encodings\\MacRoman
H A DCP850.php31 protected const TO_UTF8 = [ define in Fisharebest\\Webtrees\\Encodings\\CP850
H A DISO88592.php31 protected const TO_UTF8 = [ define in Fisharebest\\Webtrees\\Encodings\\ISO88592
H A DISO88591.php31 protected const TO_UTF8 = [ define in Fisharebest\\Webtrees\\Encodings\\ISO88591
H A DWindows1251.php31 protected const TO_UTF8 = [ define in Fisharebest\\Webtrees\\Encodings\\Windows1251
H A DCP437.php31 protected const TO_UTF8 = [ define in Fisharebest\\Webtrees\\Encodings\\CP437
H A DWindows1250.php31 protected const TO_UTF8 = [ define in Fisharebest\\Webtrees\\Encodings\\Windows1250
H A DWindows1252.php31 protected const TO_UTF8 = [ define in Fisharebest\\Webtrees\\Encodings\\Windows1252
H A DASCII.php31 protected const TO_UTF8 = [ define in Fisharebest\\Webtrees\\Encodings\\ASCII
H A DANSEL.php96 protected const TO_UTF8 = [ define in Fisharebest\\Webtrees\\Encodings\\ANSEL
669 $text = strtr($text, self::TO_UTF8);