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


Summary

Words

Ordinary words
WordStack effect
>decoder<( decoder -- stream encoding )
>encoder<( encoder -- stream encoding )
byte-array>string-fast( byte-array -- string )
cr+( stream -- )
cr-( stream -- )
decode-first( n buf decoder -- buf stream encoding n c )
decode-next( stream encoding n i -- stream encoding n i c )
decode-rest( buf stream encoding n i -- count )
decode-until-loop( buf quot: ( -- char stop? ) -- string/f sep/f )
decode1( decoder -- ch )
fix-cr( decoder c -- c' )
handle-readln( stream str ch -- str )
line-ends/eof( stream str -- str )
line-ends\n( stream str -- str )
line-ends\r( stream str -- str )
store-decode( buf stream encoding n c i -- buf stream encoding n )
string>byte-array-fast( string -- byte-array )


Files