13.1.3 Strings

In CMUCL there is only one type of string—base-string and string are the same.

Internally, the strings are encoded using UTF-16. This means that in some rare cases the number of Lisp characters in a string is not the same as the number of codepoints in the string.