Home
last modified time | relevance | path

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

/webtrees/app/Encodings/
H A DANSEL.php228 private const PRECOMPOSED_CHARACTERS = [ define in Fisharebest\\Webtrees\\Encodings\\ANSEL
672 return strtr($text, self::PRECOMPOSED_CHARACTERS);
685 $text = strtr($text, array_flip(self::PRECOMPOSED_CHARACTERS));