api

Function summary
decode vector external-format &key (start 0) end &aux (usb8-array (coerce vector '(vector (unsigned-byte 8))))
encode string external-format &key (start 0) end (null-terminate nil)
make-encoding charset &key (eol-style :lf)
raw-decode usb8-array external-format start end
raw-encode string external-format start end null-terminate
make-encoding   charset &key (eol-style :lf)  [Function]
raw-encode   string external-format start end null-terminate  [Function]
raw-decode   usb8-array external-format start end  [Function]
encode   string external-format &key (start 0) end (null-terminate nil)  [Function]

convert string to bytes

decode   vector external-format &key (start 0) end &aux (usb8-array (coerce vector '(vector (unsigned-byte 8))))  [Function]

convert string from bytes