Handbook
Glossary
encode-output ( encoding -- )
Factor handbook
»
Input and output
»
I/O encodings
Prev:
Encoding protocol
Next:
decode-input ( encoding -- )
Vocabulary
io
.
encodings
Inputs
encoding
an encoding descriptor
Outputs
None
Word description
Changes the encoding of the current output stream stored in the
output-stream
variable.
Definition
USING:
io
kernel
namespaces
;
IN:
io.encodings
:
encode-output
( encoding -- )
output-stream
[
swap
re-encode
]
change
;