Home
last modified time | relevance | path

Searched refs:SECTION_SIGN (Results 1 – 8 of 8) sorted by relevance

/webtrees/app/Encodings/
H A DMacRoman.php66 "\xA4" => UTF8::SECTION_SIGN,
H A DCP850.php149 "\xF5" => UTF8::SECTION_SIGN,
H A DISO88592.php71 "\xA7" => UTF8::SECTION_SIGN,
H A DISO88591.php71 "\xA7" => UTF8::SECTION_SIGN,
H A DWindows1251.php71 "\xA7" => UTF8::SECTION_SIGN,
H A DWindows1250.php71 "\xA7" => UTF8::SECTION_SIGN,
H A DWindows1252.php71 "\xA7" => UTF8::SECTION_SIGN,
H A DUTF8.php43 public const SECTION_SIGN = "\u{00A7}"; define in Fisharebest\\Webtrees\\Encodings\\UTF8