CHAR-CODE
CHAR-CODE
takes values from 0
(inclusive) to
CHAR-CODE-LIMIT
(exclusive), i.e., the implementation
supports exactly CHAR-CODE-LIMIT
characters.
Table 13.1. Number of characters
binaries built | without UNICODE support | with UNICODE support |
---|---|---|
CHAR-CODE-LIMIT | 28 = 256 | 17 * 216 = 1114112 |
BASE-CHAR
The types EXT:STRING-CHAR
and
BASE-CHAR
are equivalent to CHARACTER
.
EXT:STRING-CHAR
used to be available as
STRING-CHAR
prior to removal from [ANSI CL standard] by
CHARACTER-PROPOSAL:2.
EXT:CHAR-WIDTH
(
returns the number of screen
columns occupied by EXT:CHAR-WIDTH
char
)char
. The value is
See also function EXT:STRING-WIDTH
.
These notes document CLISP version 2.49 | Last modified: 2010-07-07 |