Handbook
Glossary
utf7codec
Vocabulary
io
.
encodings
.
utf7
Definition
IN:
io.encodings.utf7
TUPLE:
utf7codec
dialect buffer
;
Methods
USING:
accessors
io
io.encodings
io.encodings.utf7
kernel
;
M:
utf7codec
decode-char
swap
[
[
dialect>>
]
[
buffer>>
]
bi
[
emit-char
]
keep
replace-all!
]
with-input-stream
;
USING:
io
io.encodings
io.encodings.utf7
kernel
;
M:
utf7codec
encode-string
swapd
encode-utf7-string
swap
stream-write
;