stringprep_unichar_to_utf8 (3) Linux Manual Page
stringprep_unichar_to_utf8 – API function Synopsis #include <stringprep.h> int stringprep_unichar_to_utf8(uint32_t c, char *outbuf); Arguments uint32_t c a ISO10646 character code char * outbuf output buffer, must have at least 6 bytes of space. If NULL, the length will be computed and returned and nothing will be written to outbuf. Description Converts a single character to UTF-8….
