write_be_utf8_char

Function write_be_utf8_char 

Source
pub fn write_be_utf8_char<T: MutBits + ?Sized>(
    val: char,
    out: &mut T,
) -> Result<usize, Error>
Expand description

Writes 1, 2, 3, or 4 bytes representing the unicode UTF-8 format character to the specified output. Upon success, returns the number of bytes written.