utf8proc_get_property

Function utf8proc_get_property 

Source
pub unsafe extern "C" fn utf8proc_get_property(
    codepoint: utf8proc_int32_t,
) -> *const utf8proc_property_t
Expand description

Look up the properties for a given codepoint.

@param codepoint The Unicode codepoint.

@returns A pointer to a (constant) struct containing information about the codepoint. @par If the codepoint is unassigned or invalid, a pointer to a special struct is returned in which category is 0 (@ref UTF8PROC_CATEGORY_CN).