pub unsafe extern "C" fn utf8proc_islower(
c: utf8proc_int32_t,
) -> c_intExpand description
Given a codepoint c, return 1 if the codepoint corresponds to a lower-case character
and 0 otherwise.
pub unsafe extern "C" fn utf8proc_islower(
c: utf8proc_int32_t,
) -> c_intGiven a codepoint c, return 1 if the codepoint corresponds to a lower-case character
and 0 otherwise.