Home
last modified time | relevance | path

Searched refs:PILCROW_SIGN (Results 1 – 7 of 7) sorted by relevance

/webtrees/app/Encodings/
H A DMacRoman.php68 "\xA6" => UTF8::PILCROW_SIGN,
H A DCP850.php148 "\xF4" => UTF8::PILCROW_SIGN,
H A DISO88591.php86 "\xB6" => UTF8::PILCROW_SIGN,
H A DWindows1251.php86 "\xB6" => UTF8::PILCROW_SIGN,
H A DWindows1250.php86 "\xB6" => UTF8::PILCROW_SIGN,
H A DWindows1252.php86 "\xB6" => UTF8::PILCROW_SIGN,
H A DUTF8.php58 public const PILCROW_SIGN = "\u{00B6}"; define in Fisharebest\\Webtrees\\Encodings\\UTF8