stringprep_ucs4_to_utf8 (3) Linux Manual Page
stringprep_ucs4_to_utf8 – API function Synopsis #include <stringprep.h> char *stringprep_ucs4_to_utf8(const uint32_t *str, ssize_t len, size_t *items_read, size_t *items_written); Arguments const uint32_t * str a UCS-4 encoded string ssize_t len the maximum length of str to use. If len < 0, then the string is terminated with a 0 character. size_t * items_read location to store number…
