Character names of non-ASCII characters are the names defined by UNICODE, with spaces replaced by underscores, and converted to upper case. There are two exceptions, though:
UNICODE_BELL
,
because the name BELL
is already taken by the
ASCII control character with code 7 (the audible bell character).
UNICODE_PAGE
,
because the name PAGE
is already taken by the
ASCII control character with code 12 (the form feed or page
separator character).
These notes document CLISP version 2.49.93+ | Last modified: 2018-02-19 |