utf8

Function utf8 

Source
pub fn utf8<Stream, Context>(stream: Stream) -> Parsed<char, Stream, Context>
where Stream: Streaming, Context: Contexting<CoreAtom<Stream>> + Contexting<BaseAtom<u8>>, Stream::Item: Into<u8>,
Expand description

Parser that will read stream and return valid utf8 char If you are expecting utf8 you MUST use this Parser, and not character Parser.