Home
last modified time | relevance | path

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

/webtrees/app/Encodings/
H A DCP850.php155 "\xFB" => UTF8::SUPERSCRIPT_ONE,
H A DISO88591.php89 "\xB9" => UTF8::SUPERSCRIPT_ONE,
H A DWindows1252.php89 "\xB9" => UTF8::SUPERSCRIPT_ONE,
H A DUTF8.php61 public const SUPERSCRIPT_ONE = "\u{00B9}"; define in Fisharebest\\Webtrees\\Encodings\\UTF8