CodepointToUTF8

Function CodepointToUTF8 

Source
pub unsafe extern "C" fn CodepointToUTF8(
    codepoint: c_int,
    utf8Size: *mut c_int,
) -> *const c_char
Expand description

Encode one codepoint into UTF-8 byte array (array length returned as parameter)