utf8proc_decompose_custom

The same as @ref utf8proc_decompose, but also takes a custom_func mapping function that is called on each codepoint in str before any other transformations (along with a custom_data pointer that is passed through to custom_func). The custom_func argument is ignored if it is NULL. See also @ref utf8proc_map_custom.

version(DerelictUTF8Proc_Static)extern
utf8proc_ssize_t
utf8proc_decompose_custom
(
const utf8proc_uint8_t* str
,
utf8proc_ssize_t strlen
,
utf8proc_int32_t* buffer
,
utf8proc_ssize_t bufsize
,,,
)

Meta