Handbook
Glossary
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
encoding
an encoding descriptor
Outputs
None
Word description
Changes the encoding of the current input stream stored in the
input-stream
variable.
Definition
USING:
io
kernel
namespaces
;
IN:
io.encodings
:
decode-input
( encoding -- )
input-stream
[
swap
re-decode
]
change
;