- unicode-make-string COUNT #!optional FILLprocedure
Returns a string formed from COUNT occurrences of the Unicode codepoint FILL. The FILL default is #\space.
Note that the (string-length) (except under utf-8) may not be equal to COUNT.
Generates an error should the codepoint be out-of-range.