io.encodings.utf16.private vocabulary
Factor handbook ยป Vocabulary index


Summary

Words

Generic words
WordStack effect
encode-string-utf16be( string stream -- )
encode-string-utf16le( string stream -- )


Ordinary words
WordStack effect
append-nums( byte ch -- ch )
ascii-char>utf16-byte-array( off n byte-array string -- )
ascii-string>utf16-byte-array( off string -- byte-array )
ascii-string>utf16be( string stream -- )
ascii-string>utf16le( string stream -- )
begin-utf16be( stream byte -- stream char )
begin-utf16le( stream byte -- stream char )
bom-be( -- value )
bom-le( -- value )
bom>le/be( bom -- le/be )
char>utf16be( char stream -- )
char>utf16le( char stream -- )
double-be( stream byte -- stream char )
double-le( stream byte1 byte2 -- stream char )
encode-first( char -- byte1 byte2 )
encode-second( char -- byte3 byte4 )
ignore( stream -- stream char )
quad-be( stream byte -- stream char )
quad-le( stream ch -- stream char )
split>b/b( h -- b1 b2 )
stream-write2( char1 char2 stream -- )


Files