Home
last modified time | relevance | path

Searched refs:SUPERSCRIPT_THREE (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/Encodings/
H A DCP850.php156 "\xFC" => UTF8::SUPERSCRIPT_THREE,
H A DISO88591.php83 "\xB3" => UTF8::SUPERSCRIPT_THREE,
H A DWindows1252.php83 "\xB3" => UTF8::SUPERSCRIPT_THREE,
H A DUTF8.php55 public const SUPERSCRIPT_THREE = "\u{00B3}"; define in Fisharebest\\Webtrees\\Encodings\\UTF8