Function encode_utf_8e_128

Source
pub fn encode_utf_8e_128(codepoint: u128) -> Vec<u8> 
Expand description

Generalized UTF-8 encoding for u128. Returns a Vec<u8> containing the encoded bytes.