Variable
system
nil
#\Space to include other appropriate characters. The default isnil, for ANS compliance, but we recommend that you set it tot. ~:C and~:@C output graphic characters which have an empty glyph. When this variable ist, all such characters are output using the name: (format nil "~:C" #\No-break-space) -> "No-Break-Space" (format nil "~:C" (code-char #x3000)) -> "Ideographic-Space"
(format nil "~:C" #\Space) -> "Space" (format nil "~:C" #\No-break-space) -> " " (format nil "~:C" (code-char #x3000)) -> " "
whitespace-char-p.