encode-output ( encoding -- )
Factor handbook » Input and output » I/O encodings

Prev:Encoding protocol
Next:decode-input ( encoding -- )


Vocabulary
io.encodings

Inputs
encodingan encoding descriptor


Outputs
None

Word description
Changes the encoding of the current output stream stored in the output-stream variable.

Definition