pub unsafe extern "C" fn utf8proc_NFD(
str_: *const utf8proc_uint8_t,
) -> *mut utf8proc_uint8_tExpand description
@name Unicode normalization
Returns a pointer to newly allocated memory of a NFD, NFC, NFKD, NFKC or
NFKC_Casefold normalized version of the null-terminated string str. These
are shortcuts to calling utf8proc_map() with @ref UTF8PROC_NULLTERM
combined with @ref UTF8PROC_STABLE and flags indicating the normalization.
/
/** @{ /
/* NFD normalization (@ref UTF8PROC_DECOMPOSE).