Function secular::lower_lay_char[][src]

pub fn lower_lay_char(c: char) -> char
Expand description

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.