[][src]Function places::match_impl::dubious_to_ascii_lower

fn dubious_to_ascii_lower(c: u8) -> u8

Convert c to lower case if it's an alphabetic ascii character, or completely mangle it if it's not. Just returns c | 0x20. I don't know if I actually believe this is faster in a way that matters than the saner version.