Home
last modified time | relevance | path

Searched refs:PER_MILLE_SIGN (Results 1 – 5 of 5) sorted by relevance

/webtrees/app/Encodings/
H A DMacRoman.php130 "\xE4" => UTF8::PER_MILLE_SIGN,
H A DWindows1251.php41 "\x89" => UTF8::PER_MILLE_SIGN,
H A DWindows1250.php41 "\x89" => UTF8::PER_MILLE_SIGN,
H A DWindows1252.php41 "\x89" => UTF8::PER_MILLE_SIGN,
H A DUTF8.php719 public const PER_MILLE_SIGN = "\u{2030}"; define in Fisharebest\\Webtrees\\Encodings\\UTF8