Treatment toUtf8
std/text/convert/char::toUtf8
Inputs
⇥ text: Stream<char>
Outputs
↦ encoded: Stream<byte>
Converts stream of chars into UTF-8 encoded stream of bytes.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
std/text/convert/char::toUtf8
⇥ text: Stream<char>
↦ encoded: Stream<byte>
Converts stream of chars into UTF-8 encoded stream of bytes.