Home
last modified time | relevance | path

Searched refs:CENT_SIGN (Results 1 – 6 of 6) sorted by relevance

/webtrees/app/Encodings/
H A DMacRoman.php64 "\xA2" => UTF8::CENT_SIGN,
H A DCP850.php93 "\xBD" => UTF8::CENT_SIGN,
H A DISO88591.php66 "\xA2" => UTF8::CENT_SIGN,
H A DCP437.php59 "\x9B" => UTF8::CENT_SIGN,
H A DWindows1252.php66 "\xA2" => UTF8::CENT_SIGN,
H A DUTF8.php38 public const CENT_SIGN = "\u{00A2}"; define in Fisharebest\\Webtrees\\Encodings\\UTF8