lispdoc - results for string-to-octets |
(babel:string-to-octets string &key (encoding *default-character-encoding*) (start 0) end (use-bom default) (errorp (not *suppress-character-coding-errors*))) | Undocumented
|
(flexi-streams:string-to-octets string &key (external-format latin1) (start 0) (end (length string))) | Function: Converts the Lisp string STRING from START to END to an array of octets corresponding to the external format designated by EXTERNAL-FORMAT. In spite of the name, STRING can be any sequence of characters, but the function is optimized for strings.
|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |