Home
last modified time | relevance | path

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

/webtrees/app/Encodings/
H A DMacRoman.php96 "\xC2" => UTF8::NOT_SIGN,
H A DCP850.php74 "\xAA" => UTF8::NOT_SIGN,
H A DISO88591.php76 "\xAC" => UTF8::NOT_SIGN,
H A DWindows1251.php76 "\xAC" => UTF8::NOT_SIGN,
H A DCP437.php74 "\xAA" => UTF8::NOT_SIGN,
H A DWindows1250.php76 "\xAC" => UTF8::NOT_SIGN,
H A DWindows1252.php76 "\xAC" => UTF8::NOT_SIGN,
H A DUTF8.php48 public const NOT_SIGN = "\u{00AC}"; define in Fisharebest\\Webtrees\\Encodings\\UTF8