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

Prev:encode-output ( encoding -- )
Next:re-encode ( stream encoding -- newstream )


Vocabulary
io.encodings

Inputs
encodingan encoding descriptor


Outputs
None

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

Definition