utf8proc_isupper

Function utf8proc_isupper 

Source
pub unsafe extern "C" fn utf8proc_isupper(
    c: utf8proc_int32_t,
) -> c_int
Expand description

Given a codepoint c, return 1 if the codepoint corresponds to an upper-case character and 0 otherwise.