Skip to content

Commit

Permalink
Minor addition to a doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
sabracrolleton committed Apr 21, 2024
1 parent 024100c commit e97b17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl-postgres/trivial-utf-8.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ encoded form of that character."

(defun string-to-utf-8-bytes (string &key null-terminate)
"Convert a string into an array of unsigned bytes containing its
utf-8 representation."
utf-8 representation. If NULL-TERMINATE, add an extra 0 byte at the end."
(declare (type string string)
#.*optimize*)
(let ((buffer (make-array (+ (the fixnum (utf-8-byte-length string))
Expand Down

0 comments on commit e97b17f

Please sign in to comment.