Handbook
Glossary
encode-second ( char -- byte3 byte4 )
Vocabulary
io
.
encodings
.
utf16
.
private
Inputs
char
an
object
Outputs
byte3
an
object
byte4
an
object
Definition
USING:
kernel
math
;
IN:
io.encodings.utf16.private
:
encode-second
( char -- byte3 byte4 )
1023
bitand
[
-8
shift
220
bitor
]
[
255
bitand
]
bi
;
inline