pub fn encode_utf_8e_128(codepoint: u128) -> Vec<u8> ⓘ
Generalized UTF-8 encoding for u128. Returns a Vec<u8> containing the encoded bytes.
Vec<u8>