[][src]Function places::match_impl::char_to_lower_single

fn char_to_lower_single(c: char) -> char

This performs single-codepoint case folding. It will do the wrong thing for characters which have lowercase equivalents with multiple characters.