Home
last modified time | relevance | path

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

/webtrees/app/Encodings/
H A DMacRoman.php129 "\xE3" => UTF8::DOUBLE_LOW_9_QUOTATION_MARK,
H A DWindows1251.php36 "\x84" => UTF8::DOUBLE_LOW_9_QUOTATION_MARK,
H A DWindows1250.php36 "\x84" => UTF8::DOUBLE_LOW_9_QUOTATION_MARK,
H A DWindows1252.php36 "\x84" => UTF8::DOUBLE_LOW_9_QUOTATION_MARK,
H A DUTF8.php714 public const DOUBLE_LOW_9_QUOTATION_MARK = "\u{201E}"; define in Fisharebest\\Webtrees\\Encodings\\UTF8