3.1 Characters
The functionchar-external-code
find-external-char
char-external-code-limit
char-external-code
returns a non-negative integer that is the index of the specified character within the specified character set. The function char-external-code-limit
returns the upper exclusive bound of the value ofchar-external-code
for the specified character set.
The function find-external-char
returns a character object that is the character encoded at the specified character index within the specified character set.
These functions allow you to determine the external code of a character, which might differ from Lisp's internal encoding of the character.
Generated with Harlequin WebMaker