Skip to content

A UTF-8 string input stream over a binary stream for Common Lisp

License

Notifications You must be signed in to change notification settings

veer66/utf8-input-stream

Repository files navigation

utf8-input-stream

A UTF-8 string input stream over a binary stream for Common Lisp

Example

(with-open-file (f #P"data.txt.zst" :direction :input :element-type '(unsigned-byte 8))
    (with-decompressing-stream (zstd-s f)
       (let ((s (make-utf8-input-stream zstd-s)))
	(print (read-line s))
	(print (read-line s)))))

About

A UTF-8 string input stream over a binary stream for Common Lisp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published