The function make-string-output-stream
behaves as specified in the ANSI Common Lisp Standard with one exception: the default value of element-type is the value of *default-character-element-type*.
Therefore for strict compliance you must call set-default-character-element-type to set the default string type to character
.
LispWorks User Guide and Reference Manual - 20 Sep 2017