Home
last modified time | relevance | path

Searched refs:NO_BREAK_SPACE (Results 1 – 9 of 9) sorted by relevance

/webtrees/app/Encodings/
H A DMacRoman.php104 "\xCA" => UTF8::NO_BREAK_SPACE,
H A DCP850.php159 "\xFF" => UTF8::NO_BREAK_SPACE,
H A DISO88592.php64 "\xA0" => UTF8::NO_BREAK_SPACE,
H A DISO88591.php64 "\xA0" => UTF8::NO_BREAK_SPACE,
H A DWindows1251.php64 "\xA0" => UTF8::NO_BREAK_SPACE,
H A DCP437.php159 "\xFF" => UTF8::NO_BREAK_SPACE,
H A DWindows1250.php64 "\xA0" => UTF8::NO_BREAK_SPACE,
H A DWindows1252.php64 "\xA0" => UTF8::NO_BREAK_SPACE,
H A DUTF8.php36 public const NO_BREAK_SPACE = "\u{00A0}"; define in Fisharebest\\Webtrees\\Encodings\\UTF8