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.
std/text/convert/char::toUtf8
⇥ text:
Stream<char>
↦ encoded:
Stream<byte>
Converts stream of chars into UTF-8 encoded stream of bytes.