Home
last modified time | relevance | path

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

/webtrees/app/Encodings/
H A DCP850.php111 "\xCF" => UTF8::CURRENCY_SIGN,
H A DISO88592.php68 "\xA4" => UTF8::CURRENCY_SIGN,
H A DISO88591.php68 "\xA4" => UTF8::CURRENCY_SIGN,
H A DWindows1251.php68 "\xA4" => UTF8::CURRENCY_SIGN,
H A DWindows1250.php68 "\xA4" => UTF8::CURRENCY_SIGN,
H A DWindows1252.php68 "\xA4" => UTF8::CURRENCY_SIGN,
H A DUTF8.php40 public const CURRENCY_SIGN = "\u{00A4}"; define in Fisharebest\\Webtrees\\Encodings\\UTF8