Handbook
Glossary
detect-file ( file -- encoding )
Vocabulary
io
.
encodings
.
detect
Inputs
file
an
object
Outputs
encoding
an
object
Definition
USING:
io
io.encodings.binary
io.files
kernel
namespaces
;
IN:
io.encodings.detect
:
detect-file
( file -- encoding )
binary
[
input-stream
get
detect-stream
nip
]
with-file-reader
;