Home
last modified time | relevance | path

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

/webtrees/app/Encodings/
H A DCP850.php157 "\xFD" => UTF8::SUPERSCRIPT_TWO,
H A DISO88591.php82 "\xB2" => UTF8::SUPERSCRIPT_TWO,
H A DCP437.php157 "\xFD" => UTF8::SUPERSCRIPT_TWO,
H A DWindows1252.php82 "\xB2" => UTF8::SUPERSCRIPT_TWO,
H A DUTF8.php54 public const SUPERSCRIPT_TWO = "\u{00B2}"; define in Fisharebest\\Webtrees\\Encodings\\UTF8