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.