MCPcopy Create free account
hub / github.com/JuliaStrings/utf8proc / utf8proc_NFKD

Function utf8proc_NFKD

utf8proc.c:819–824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

817}
818
819UTF8PROC_DLLEXPORT utf8proc_uint8_t *utf8proc_NFKD(const utf8proc_uint8_t *str) {
820 utf8proc_uint8_t *retval;
821 utf8proc_map(str, 0, &retval, (utf8proc_option_t)(UTF8PROC_NULLTERM | UTF8PROC_STABLE |
822 UTF8PROC_DECOMPOSE | UTF8PROC_COMPAT));
823 return retval;
824}
825
826UTF8PROC_DLLEXPORT utf8proc_uint8_t *utf8proc_NFKC(const utf8proc_uint8_t *str) {
827 utf8proc_uint8_t *retval;

Callers 1

LLVMFuzzerTestOneInputFunction · 0.85

Calls 1

utf8proc_mapFunction · 0.85

Tested by

no test coverage detected