decode_chars

Function decode_chars 

Source
pub fn decode_chars(
    data: impl Iterator<Item = char>,
) -> Result<Vec<u8>, BadCodepoint>
Expand description

Decodes the bytes of a wynntils private area encoded string from an iterator of chars