Treatment toUtf8
std/text/convert/string::toUtf8
Inputs
⇥ text:
Stream<string>
Outputs
↦ encoded:
Stream<byte>
Converts stream of strings into UTF-8 encoded stream of bytes.
std/text/convert/string::toUtf8
⇥ text:
Stream<string>
↦ encoded:
Stream<byte>
Converts stream of strings into UTF-8 encoded stream of bytes.