pub fn lower_lay_char(c: char) -> char
Return a lowercased diacritics-free version of the character.
If the character is outside of the ASCII range and the “bmp” feature wasn’t included, return the same character, unchanged.