- unicode-string #!optional CHAR...procedure
Returns a string formed from Unicode codepoints CHAR...
Note that the (string-length) (except under utf-8) may not be equal to the length of CHAR....
Generates an error should the codepoint be out-of-range.
Returns a string formed from Unicode codepoints CHAR...
Note that the (string-length) (except under utf-8) may not be equal to the length of CHAR....
Generates an error should the codepoint be out-of-range.