LispWorks User Guide and Reference Manual > 22 Internationalization > 22.2 Character and String types

NextPrevUpTopContentsIndex

22.2.1 Character types

The following subtypes of character are defined:

base-char

simple characters with char-code less than base-char-code-limit ( 256 ).

simple-char

simple characters with char-code less than char-code-limit ( 65536 ).

character

All characters including non-simple characters (that is, with non-null bits attributes).


LispWorks User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex